Skip to content
Snippets Groups Projects
Commit 7e78c1fd authored by Niklas Haas's avatar Niklas Haas
Browse files

RELEASING: add release guide

Mostly for myself, so I don't forget the various steps.
parent f535227c
No related branches found
No related tags found
No related merge requests found
# New release steps
## Pre-release (vX.Y.0-rcN)
1. Tag `vX.Y.0-rcN` on `master`
## Major release (vX.Y.0)
1. Tag `vX.Y.0` on `master`
2. Create version branch `vX.Y`
3. Force-push `release` branch (or fast-forward if possible)
## Bugfix release (vX.Y.Z)
1. Cherry-pick bug fixes onto version branch (`vX.Y`)
2. Tag `vX.Y.Z` on this branch
3. Fast-forward `release` branch iff this is the latest major release
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment