You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sbndcode_wiki/Tagging_a_release.md
+7-6Lines changed: 7 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,12 +46,10 @@ Instructions
46
46
47
47
- Additional modes are available for production releases (which utilize different branches) and for sbndutil (production script repo).
48
48
49
-
- Use `master` branch for bringing forth production releases when prompted by `git flow init -f`. Everything else is set to it's default so you can just hit enter through the rest of the prompts.
49
+
- When prompted by `git flow init -f`, enter the branches as instructed by the script. These will vary depending on if you are cutting a production release or a develop/mainline release.
50
+
The proper branches are indicated by a `--> Use SOMEBRANCH` output to the terminal.
50
51
51
-
- This will create new releases of `sbndcode` and `sbndutil`, with branches `release/vXX_YY_ZZ`.
52
-
53
-
- Merge any feature branches that are going into the release, fixing
54
-
any merge conflicts.
52
+
- This will create new releases of `sbndcode` and `sbndutil`, with branches `release/vXX_YY_ZZ`. You will need to cd into the directory the script just created and load up the mrb environment.
55
53
56
54
- Change any files that include the version number of the package
57
55
being tagged and the version numbers of dependent products.
@@ -68,10 +66,13 @@ Instructions
68
66
-`$MRB_SOURCE/sbndutil/ups/product_deps` (if using sbndutil mode)
0 commit comments