File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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/
You can’t perform that action at this time.
0 commit comments