Create a release branch called release-X.Y.Z
- Update the flag
IS_RELEASED
toTrue
- Commit to
release-X.Y.Z
and push it to https://github.com/KeyviDev/keyvi/ - Wait for CI to build all targets
- Draft a new release tagged vX.Y.Z with
release-X.Y.Z
as the target branch - Add the release notes in the description with references to PRs
- Publish release
- Update to the next release version
VERSION_MAJOR = X
VERSION_MINOR = Y
VERSION_PATCH = Z + 1
VERSION_DEV = 0
- Update to the same version used in
python/setup.py
version = "X.Y.Z + 1"