aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2017-06-01 11:19:13 -0400
committerJason R. Coombs <jaraco@jaraco.com>2017-06-01 11:19:13 -0400
commit1b2a92e97875b66d2c6244a249f5ecd711b5a717 (patch)
tree8eb1b545c8f82b6b3c62dbefbdb4b31707b5e76d /docs
parent1b6d0c8088123a5bb8adaeda567fd58834f58e24 (diff)
downloadexternal_python_setuptools-1b2a92e97875b66d2c6244a249f5ecd711b5a717.tar.gz
external_python_setuptools-1b2a92e97875b66d2c6244a249f5ecd711b5a717.tar.bz2
external_python_setuptools-1b2a92e97875b66d2c6244a249f5ecd711b5a717.zip
Use bump2version for releases so that annotated tags are employed.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/releases.txt b/docs/releases.txt
index da0e31f5..30ea084f 100644
--- a/docs/releases.txt
+++ b/docs/releases.txt
@@ -17,7 +17,7 @@ that person want to know about what has changed--or from the
perspective of your future self wanting to know when a particular
change landed.
-To cut a release, install and run ``bumpversion {part}`` where ``part``
+To cut a release, install and run ``bump2version {part}`` where ``part``
is major, minor, or patch based on the scope of the changes in the
release. Then, push the commits to the master branch. If tests pass,
the release will be uploaded to PyPI (from the Python 3.6 tests).