Skip to content

Commit

Permalink
manage the changelog updates with bumpversion too
Browse files Browse the repository at this point in the history
  • Loading branch information
Dean Malmgren committed Apr 3, 2017
1 parent c544a0d commit 268743e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.rst
@@ -1,7 +1,6 @@
.. NOTES FOR CREATING A RELEASE:
..
.. * bumpversion {major|minor|patch}
.. * update docs/changelog.rst
.. * git push && git push --tags
.. * python setup.py sdist upload
.. * create a release https://github.com/deanmalmgren/textract/releases
Expand Down
7 changes: 7 additions & 0 deletions setup.cfg
Expand Up @@ -14,3 +14,10 @@ replace = VERSION = "{new_version}"
[bumpversion:file:docs/conf.py]
search = version = "{current_version}"
replace = version = "{new_version}"

[bumpversion:file:docs/changelog.rst]
search = THANKS FOR CONTRIBUTING; ADD YOUR UNRELEASED CHANGES HERE!
replace = THANKS FOR CONTRIBUTING; ADD YOUR UNRELEASED CHANGES HERE!

{new_version}
-------------------

0 comments on commit 268743e

Please sign in to comment.