Skip to content

Commit e17af39

Browse files
committed
Add missing step in patch release process
1 parent ae22899 commit e17af39

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/development.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ Bugs go to [JIRA](https://its.cern.ch/jira/projects/OCTRL/issues).
2424

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

2829
3. Bump `VERSION` file, commit, push (or pull request).
2930
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.

0 commit comments

Comments
 (0)