Updated Release Procedure (markdown)

Tim Schaub
2018-07-21 09:36:56 -06:00
parent 171ee98ac8
commit 6102cf3412
+1 -1
@@ -2,7 +2,7 @@
The release process involves a couple changes to the repository: updating the version number in package.json and adding a changelog. In order to make these release-related changes, create a branch in your repository clone. Note that all the examples below use 3.1.0 as the release version (and 3.0.0 as the previous release). You'll want to use the appropriate version numbers for the release you're working toward.
git checkout -b release-v3.1.0 master
git checkout -b release-v3.1.0 openlayers/master
### Create a changelog