From b447868138b2aae5f42d6dd43069d8a06f7e2087 Mon Sep 17 00:00:00 2001 From: Bart van den Eijnden Date: Wed, 30 Apr 2014 07:48:06 -0700 Subject: [PATCH] Updated Release Procedure (markdown) --- Release-Procedure.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) 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