From 2d2517a78516194c305672fc11a60d0912f4b94c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Lemoine?= Date: Fri, 11 Jul 2014 05:14:53 -0700 Subject: [PATCH] Updated Release Procedure (markdown) --- Release-Procedure.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Release-Procedure.md b/Release-Procedure.md index 7b43285..672ef6a 100644 --- a/Release-Procedure.md +++ b/Release-Procedure.md @@ -41,7 +41,9 @@ Create an archive from the artifacts created by the `npm run deploy` step above. Note: we do not rely on the archive created by GitHub because it only contains the source code. Our archive includes the ol builds, the hosted examples, the generated API docs, etc. -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: +Edit the GitHub release page for the tag to include a log of changes since the last release. GitHub release page: https://github.com/openlayers/ol3/releases/new?tag=v3.0.0-beta.3 (do not forget to change the `tag` value in the URL). + +Create the change log with: https://github.com/tschaub/github-changelog for example: sudo npm install -g github-changelog gh-changelog --merged --owner openlayers --repo ol3 --since 2014-04-07 > changelog.md