To release cucumber-android, you'll need to be a member of the core team
- Remove
-SNAPSHOTinbuild.gradleversion =entry - Update
CHANGELOG.mdwith the upcoming version number and create a newIn Gitsection - 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 pushto 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