Skip to content

Commit fee6ba2

Browse files
committed
Expand release procedure instructions on tagging releases
1 parent 7dfaca7 commit fee6ba2

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

docs/release_procedure.rst

+9-2
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,9 @@ the lines as they are completed to avoid confusion.
9393
The main CMakeLists.txt contains a comment indicating for which version
9494
the breaking change was introduced first.
9595

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".
9799

98100
* ``git tag -a [tag name] -m '[description]'``
99101
* ``git push origin [tag name]``
@@ -142,7 +144,12 @@ the lines as they are completed to avoid confusion.
142144
#. Add the release date to the caption of the current "What's New" section in
143145
the docs.
144146

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]``
146153

147154
#. Roll a release candidate using ``tools/roll_release.sh`` (from root directory), and add the
148155
hashsums generated by the script to the "downloads" page of the website.

0 commit comments

Comments
 (0)