We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8eec2a9 commit 89bf981Copy full SHA for 89bf981
README.md
@@ -339,7 +339,8 @@ To run the tests run `python setup.py test`
339
Making a release
340
----------------
341
342
-* Update the changelog. `git changelog` from the [git-extras]()
+* Update the CHANGELOG.md file. `git changelog` from the
343
+ [git-extras](https://github.com/tj/git-extras/blob/master/Commands.md#git-changelog) package can be useful to pull commits from the release.
344
* Update the setup.py version
345
* `git tag v$VERSION`
346
* `git push && git push --tags`
0 commit comments