Skip to content

Commit 75e010b

Browse files
authored
Update RM instructions
Now with `SBN_SUITE` tags.
1 parent 8d5b72e commit 75e010b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

AnalysisInfrastructure/ReleaseManagement/rm_instructions.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,8 @@ Different release instructions for:
6868

6969
### Finalize the tag. <a name="tag"></a>
7070
1. In your testing area, in each repo do `git flow release finish`. Make sure to include a message for the tag.
71-
2. Do `git push origin main develop --tags` to push up the changes to main, develop, and the new tag.
71+
2. Make tags for each of `sbncode`, `sbnalg`, `sbnanaobj`, and `sbnobj` called `SBN_SUITE_v<VERSION>`. For example, if you're cutting a release for sbncode v10_14_02, all four repositories should have the `SBN_SUITE_v10_14_02` tag. This is important for CI.
72+
3. Do `git push origin main develop --tags` to push up the changes to main (master on `sbnalg`), develop, and the new tags.
7273

7374
### Distribute software. <a name="distribute"></a>
7475
#### SciSoft:

0 commit comments

Comments
 (0)