Skip to content

Commit 989f659

Browse files
author
Matthew Fisher
committed
Merge pull request #652 from opdemand/changelog-md
Added CHANGELOG.md creation process for releases.
2 parents 2decdaa + ba235f4 commit 989f659

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

docs/contributing/releases.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,11 @@ opdemand/deis-cookbook Chef Repo
2424
- Move any `deis-cookbook open issues`_ from the current release to the
2525
next milestone
2626
- Close the current `deis-cookbook milestone`_
27+
- Recreate CHANGELOG.md in the root of the project
28+
* ``npm install github-changes``
29+
* ``github-changes -o opdemand -r deis-cookbook -n vX.Y.Z``
30+
* proofread the new CHANGELOG.md to ensure it was generated correctly
31+
* ``git add CHANGELOG.md && git commit -m "Updated CHANGELOG.md."``
2732
- Merge git master into release branch locally
2833
* ``git checkout release && git merge master``
2934
- Run ``knife cookbook metadata .`` to update **metadata.json**. **DOUBLE-CHECK
@@ -51,6 +56,10 @@ opdemand/deis Server Repo
5156
- Move any `deis open issues`_ from the current release to the
5257
next milestone
5358
- Close the current `deis milestone`_
59+
- Recreate CHANGELOG.md in the root of the project
60+
* ``github-changes -o opdemand -r deis -n vX.Y.Z``
61+
* proofread the new CHANGELOG.md to ensure it was generated correctly
62+
* ``git add CHANGELOG.md && git commit -m "Updated CHANGELOG.md."``
5463
- Merge git master into release branch locally
5564
* ``git checkout release && git merge master``
5665
- Update Berksfile with new release
@@ -84,6 +93,7 @@ opdemand/deis Server Repo
8493

8594
Documentation
8695
-------------
96+
- (CHANGELOG.md files were regenerated and committed above.)
8797
- Docs are automatically published to http://docs.deis.io (the preferred alias
8898
for deis.readthedocs.org)
8999
- Log in to the http://deis.readthedocs.org admin

0 commit comments

Comments
 (0)