@@ -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
8594Documentation
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