To release cucumber-android
, you'll need to be a member of the core team
- Remove
-SNAPSHOT
inbuild.gradle
version =
entry - Update
CHANGELOG.md
with the upcoming version number and create a newIn Git
section - Remove empty sections from
CHANGELOG.md
- Commit the changes preferably using a verified signature, and push to main branch
git commit --gpg-sign -am "Release X.Y.Z" git push
- To trigger the release process,
git push
to a dedicatedrelease/
branch:git push origin main:release/vX.Y.Z
- Monitor the github workflow
- Check the release has been successfully pushed to Maven Central