diff --git a/Release-Procedure.md b/Release-Procedure.md index 88563b4..76c6ad1 100644 --- a/Release-Procedure.md +++ b/Release-Procedure.md @@ -8,7 +8,7 @@ Tag the release. In a working copy of the openlayers/ol3 repo: git tag -a v3.0.0-beta.3 -m 'v3.0.0-beta.3' # push the tag - git push --tags openlayers + git push --tags origin ### Update website @@ -27,6 +27,9 @@ Create an archive from the artifacts created by the `npm run deploy` step above. cd .grunt/openlayers-website/dist/en/ zip -r v3.0.0-beta.3.zip v3.0.0-beta.3/ -Edit the GitHub release page for the tag (e.g. https://github.com/openlayers/ol3/releases/new?tag=v3.0.0-beta.3) to include a log of changes since the last release. Description of how to create this log to be added later. +Edit the GitHub release page for the tag (e.g. https://github.com/openlayers/ol3/releases/new?tag=v3.0.0-beta.3) to include a log of changes since the last release. Create the change log with: https://github.com/tschaub/github-changelog for example: -Attach the `.zip` archive created above to the release page. + sudo npm install -g github-changelog + gh-changelog --owner openlayers --repo ol3 --since 2014-04-07 > changelog.md + +Attach the `.zip` archive created above to the release page. \ No newline at end of file