Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 784 Bytes

RELEASE.md

File metadata and controls

40 lines (26 loc) · 784 Bytes

Release

This guide describes the creation of a rapiddweller-benerator-ce release.

The Process

Note this uses 5.6.7 as an example release number.

  1. Create a draft release
  • Use format 5.6.7 for both the tag and title
  1. Update CHANGELOG.md
  • Write the release highlights
  • Copy in headings ready for the next release
  1. Create release commit
git checkout -b release-5.6.7
  1. Create merge request getting other maintainers to review
  2. Copy the release notes in to the draft release, adding a link to CHANGELOG.md
  3. Update you local master branch
git checkout master
git pull
  1. Create & push the tag
git tag 5.6.7
git push --tags
  1. The GitHub pipeline creates the release artifacts