This guide describes the creation of a rapiddweller-benerator-ce release.
Note this uses 5.6.7
as an example release number.
- Create a draft release
- Use format
5.6.7
for both the tag and title
- Update CHANGELOG.md
- Write the release highlights
- Copy in headings ready for the next release
- Create release commit
git checkout -b release-5.6.7
- Create merge request getting other maintainers to review
- Copy the release notes in to the draft release, adding a link to CHANGELOG.md
- Update you local master branch
git checkout master
git pull
- Create & push the tag
git tag 5.6.7
git push --tags
- The GitHub pipeline creates the release artifacts