Skip to content

Commit 7c840cb

Browse files
committed
fill in the release date only when actually making the release
1 parent 83ae8e3 commit 7c840cb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

HOW_TO_RELEASE.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,17 @@ Release process
99
2. look at `whats-new.rst` and make sure it is complete and with
1010
references to issues and pull requests
1111

12-
3. open and merge a pull request with these changes and the filled in release date
12+
3. open and merge a pull request with these changes
1313

1414
4. make sure the CI on master pass
1515

1616
5. check that the documentation build on readthedocs completed successfully
1717

18-
6. Commit the release:
18+
6. Fill in the release date and commit the release:
1919

2020
.. code:: sh
2121
22-
git commit --allow-empty -am "Release v0.X.Y"
22+
git commit -am "Release v0.X.Y"
2323
2424
7. Tag the release and push to master:
2525

0 commit comments

Comments
 (0)