We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83ae8e3 commit 7c840cbCopy full SHA for 7c840cb
HOW_TO_RELEASE.rst
@@ -9,17 +9,17 @@ Release process
9
2. look at `whats-new.rst` and make sure it is complete and with
10
references to issues and pull requests
11
12
-3. open and merge a pull request with these changes and the filled in release date
+3. open and merge a pull request with these changes
13
14
4. make sure the CI on master pass
15
16
5. check that the documentation build on readthedocs completed successfully
17
18
-6. Commit the release:
+6. Fill in the release date and commit the release:
19
20
.. code:: sh
21
22
- git commit --allow-empty -am "Release v0.X.Y"
+ git commit -am "Release v0.X.Y"
23
24
7. Tag the release and push to master:
25
0 commit comments