summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAlex Grönholm <alex.gronholm@nextday.fi>2020-03-24 12:25:10 +0200
committerAlex Grönholm <alex.gronholm@nextday.fi>2020-03-24 12:25:10 +0200
commitd1b91e4e9a59470b70d13a58813587b7c645469e (patch)
treead94544fb99e2834d83fdd155f5cb51b07572256 /docs
parent6da376ede809a03c9c5e5da1c20875b58bd677a4 (diff)
downloadwheel-git-d1b91e4e9a59470b70d13a58813587b7c645469e.tar.gz
Updated the release procedure
This commit also fixes PRs not triggering checks.
Diffstat (limited to 'docs')
-rw-r--r--docs/development.rst5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/development.rst b/docs/development.rst
index 3613b47..3d1325b 100644
--- a/docs/development.rst
+++ b/docs/development.rst
@@ -89,7 +89,8 @@ To make a new release:
and date, like ``**X.Y.Z (20XX-YY-ZZ)**``.
#. Replace the ``__version__`` attribute in ``src/wheel/__init__.py`` with the
same version number as above (without the date of course).
+#. Create a new git tag matching the version exactly
+#. Push the new tag to Github
-The github workflow will pick up the new version from ``news.rst`` and create a
-new tag, which will then trigger the release workflow which will package the
+Pushing a new tag to Github will trigger the publish workflow which package the
project and publish the resulting artifacts to PyPI.