Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ Bugs go to [JIRA](https://its.cern.ch/jira/projects/OCTRL/issues).

* Checkout the tag which the patch release should be based on, e.g. `git checkout v1.34.0`
* Create a branch called `branch_<planned_tag>`, e.g. `git checkout -b branch_v1.34.1`.
* Cherry-pick desired commits

3. Bump `VERSION` file, commit, push (or pull request).
4. Go to a [new GitHub release draft](https://github.com/AliceO2Group/Control/releases/new). Use "Generate release notes" to create a list of changes. Write a short summary at the top.
Expand Down