From 4fa570939c20440f621a6b09ce7ceb74a98a5cf1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Lemoine?= Date: Fri, 11 Jul 2014 06:45:52 -0700 Subject: [PATCH] Updated Release Procedure (markdown) --- Release-Procedure.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Release-Procedure.md b/Release-Procedure.md index bca4fc5..5bad09a 100644 --- a/Release-Procedure.md +++ b/Release-Procedure.md @@ -48,4 +48,10 @@ Create the change log with: https://github.com/tschaub/github-changelog. For exa sudo npm install -g github-changelog gh-changelog --merged --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 +Alternative method: + + git log --merges --abbrev-commit --format=format:'* %s %b - %an' v3.0.0-beta.2..v3.0.0-beta.3 | sed -r 's/Merge pull request (#[0-9]+) from \S* /\1 /' > /tmp/changelog + +Attach the `.zip` archive created above to the release page. + + \ No newline at end of file