Skip to content

Commit 89bf981

Browse files
committed
doc: Fix broken link
1 parent 8eec2a9 commit 89bf981

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,8 @@ To run the tests run `python setup.py test`
339339
Making a release
340340
----------------
341341

342-
* Update the changelog. `git changelog` from the [git-extras]()
342+
* 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.
343344
* Update the setup.py version
344345
* `git tag v$VERSION`
345346
* `git push && git push --tags`

0 commit comments

Comments
 (0)