From 1b2a92e97875b66d2c6244a249f5ecd711b5a717 Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Thu, 1 Jun 2017 11:19:13 -0400 Subject: Use bump2version for releases so that annotated tags are employed. --- docs/releases.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') 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). -- cgit v1.2.3