Updated Release Procedure (markdown)
+5
-2
@@ -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'
|
git tag -a v3.0.0-beta.3 -m 'v3.0.0-beta.3'
|
||||||
|
|
||||||
# push the tag
|
# push the tag
|
||||||
git push --tags openlayers
|
git push --tags origin
|
||||||
|
|
||||||
### Update website
|
### 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/
|
cd .grunt/openlayers-website/dist/en/
|
||||||
zip -r v3.0.0-beta.3.zip v3.0.0-beta.3/
|
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:
|
||||||
|
|
||||||
|
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.
|
Attach the `.zip` archive created above to the release page.
|
||||||
Reference in New Issue
Block a user