mirror of
https://github.com/cassandra/home-information.git
synced 2026-04-23 16:09:57 -04:00
* Added docker restart flag and updated docs. * Capturing lingering release process doc updates from last release. * Improved the GitHub pull request template.
854 B
854 B
Release Process
- Change to
stagingbranch locally. - Get your local
stagingbranch fuly in sync with remote/upstream. - Bump the version number in the file
HI_VERSIONas appropriate: major, minor or suffix. - Commit the version number change directly to the upstream
stagingbranch with "Bump version number to vX.X.X". - Chnage to local
masterbranch. - Get your
masterbranch fully in sync with remote/upstream. - Merge from
stagingintomaster - Push
masterto remote/upstream. - Create GitHub release.
- Add/create tag with next version number in the form
vX.X.X. - Set Target =
master - Use "Generate relewase notes" button anmd edit as needed.
- Use "Set as the latest release" (usually)
- "Publish Release" button.