From 05698fdde2d8b8ab9ba45224a740ba8af2546874 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Lemoine?= Date: Tue, 3 Mar 2015 14:35:45 +0100 Subject: [PATCH] Updated Release Procedure (markdown) --- Release-Procedure.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Release-Procedure.md b/Release-Procedure.md index 58bf177..7f635f5 100644 --- a/Release-Procedure.md +++ b/Release-Procedure.md @@ -14,7 +14,14 @@ Create a changelog for all merges to master since the previous release (see the Edit the resulting changelog file with any summary notes or special upgrade considerations. +You can extract the upgrade considerations from the [`changelog/upgrade-notes.md`](https://github.com/openlayers/ol3/blob/master/changelog/upgrade-notes.md) file, by looking at the upgrade notes that are not yet assigned to a specific version. + +Now edit the [`changelog/upgrade-notes.md`](https://github.com/openlayers/ol3/blob/master/changelog/upgrade-notes.md) to add a new section at head of the file, `### v3.1.0` for example. + +Commit your changes: + git add changelog/v3.1.0.md + git add changelog/upgrade-notes.md git commit -m 'Changelog for v3.1.0' ### Update `package.json`