Skip to content

Commit f3c60cc

Browse files
author
Matthew Fisher
committed
docs(contrib): github-changes -> changelog script
1 parent 3c615b3 commit f3c60cc

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/contributing/releases.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ github.com/deis/deis Repo
2323
- Move any `deis open issues`_ from the current release to the
2424
next milestone
2525
- Close the current `deis milestone`_
26-
- Recreate CHANGELOG.md in the root of the project using `github-changes`_
27-
* ``github-changes -o opdemand -r deis -n vX.Y.Z``
26+
- Recreate CHANGELOG.md in the root of the project using the `changelog script`_
27+
* ``./contrib/util/generate-changelog.sh v0.7.0 v0.8.0 | cat - CHANGELOG.md > tmp && mv tmp CHANGELOG.md``
2828
* proofread the new CHANGELOG.md to ensure it was generated correctly
2929
* ``git add CHANGELOG.md && git commit -m "Updated CHANGELOG.md."``
3030
- Merge git master into release branch locally
@@ -83,7 +83,7 @@ Documentation
8383

8484
.. _`deis milestone`: https://github.com/deis/deis/issues/milestones
8585
.. _`deis open issues`: https://github.com/deis/deis/issues?state=open
86-
.. _`github-changes`: https://lalitkapoor.github.io/github-changes/
86+
.. _`changelog script`: https://github.com/deis/deis/blob/master/contrib/util/generate-changelog.sh
8787
.. _`release notes`: https://github.com/deis/deis/releases
8888
.. _`aws-eng S3 bucket`: https://s3-us-west-2.amazonaws.com/opdemand/
8989
.. _`Deis Pypi`: https://pypi.python.org/pypi/deis/

0 commit comments

Comments
 (0)