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 0ee69f4 commit f1034dcCopy full SHA for f1034dc
RELEASE.rst
docs/index.rst
@@ -34,3 +34,4 @@ These roles are covered by tools like `build <https://pypa-build.readthedocs.io/
34
:hidden:
35
36
changelog
37
+ release-process
docs/release-process.rst
@@ -0,0 +1,19 @@
1
+===============
2
+Release Process
3
4
+
5
+Actual mechanics of making the release:
6
7
+- Update the changelog manually, and commit the changes.
8
+- Install :pypi:`bump2version`::
9
10
+ pip install bump2version
11
12
+- Run it to bump the version strings within the project, like::
13
14
+ bump2version minor
15
16
+- Push the commit and tags to GitHub.
17
+- To build and upload the distribution files, run::
18
19
+ flit publish
0 commit comments