diff options
| author | Jeremy Bowman <jmbowman@alum.mit.edu> | 2018-05-19 15:37:39 -0400 |
|---|---|---|
| committer | Jeremy Bowman <jmbowman@alum.mit.edu> | 2018-05-19 15:44:39 -0400 |
| commit | 341bbf4d0a8a6674255517a5145aecf7e3957c15 (patch) | |
| tree | 170ca1b048f3835738240162bcb5c05ff52a39e1 /docs | |
| parent | 6d07df7536d3799fafa2877f1b02ccfc0378658c (diff) | |
| download | python-setuptools-git-341bbf4d0a8a6674255517a5145aecf7e3957c15.tar.gz | |
Make minor fixes to release docs
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases.txt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/releases.txt b/docs/releases.txt index 234f69ee..98ba39e8 100644 --- a/docs/releases.txt +++ b/docs/releases.txt @@ -19,9 +19,13 @@ To update the changelog: ``git add`` for any modified files. 3. Run ``towncrier --version {new.version.number}`` to stage the changelog updates in git. +4. Verify that there are no remaining ``changelog.d/*.rst`` files. If a + file was named incorrectly, it may be ignored by towncrier. +5. Review the updated ``CHANGES.rst`` file. If any changes are needed, + make the edits and stage them via ``git add CHANGES.rst``. Once the changelog edits are staged and ready to commit, cut a release by -installing and running ``bump2version {part}`` where ``part`` +installing and running ``bump2version --allow-dirty {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:: |
