Commit fee6ba2 1 parent 7dfaca7 commit fee6ba2 Copy full SHA for fee6ba2
File tree 1 file changed +9
-2
lines changed
1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -93,7 +93,9 @@ the lines as they are completed to avoid confusion.
93
93
The main CMakeLists.txt contains a comment indicating for which version
94
94
the breaking change was introduced first.
95
95
96
- #. Tag a release candidate from the release branch.
96
+ #. Tag a release candidate from the release branch, where tag name is the
97
+ version to be released with a "-rcN" suffix and description is
98
+ "HPX V$VERSION: The C++ Standards Library for Parallelism and Concurrency".
97
99
98
100
* ``git tag -a [tag name] -m '[description]' ``
99
101
* ``git push origin [tag name] ``
@@ -142,7 +144,12 @@ the lines as they are completed to avoid confusion.
142
144
#. Add the release date to the caption of the current "What's New" section in
143
145
the docs.
144
146
145
- #. Tag the release.
147
+ #. Tag the release from the release branch, where tag name is the version to be
148
+ released and description is "HPX V$VERSION: The C++ Standards Library for
149
+ Parallelism and Concurrency".
150
+
151
+ * ``git tag -a [tag name] -m '[description]' ``
152
+ * ``git push origin [tag name] ``
146
153
147
154
#. Roll a release candidate using ``tools/roll_release.sh `` (from root directory), and add the
148
155
hashsums generated by the script to the "downloads" page of the website.
You can’t perform that action at this time.
0 commit comments