diff --git a/RELEASING.md b/RELEASING.md index 543ba1694..345926048 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -23,7 +23,7 @@ $ npm run translations $ git add . && git commit -m 'npm run translations' $ Update `CHANGELOG.md` $ Update version number in `modules/core/context.js`, `package.json` -$ git add . && git commit -m 'A.B.C' +$ git add . && git commit -m 'vA.B.C' $ git push origin master ``` @@ -36,6 +36,8 @@ $ git add -f dist/*.css dist/*.js dist/img/*.svg dist/mapillary-js/ $ git commit -m 'Check in build' $ git tag vA.B.C $ git push origin -f release vA.B.C + Open https://github.com/openstreetmap/iD/tags + Click "Add Release Notes" and link to the CHANGELOG ``` ### Update openstreetmap-website @@ -56,5 +58,5 @@ $ bundle install $ rm -rf vendor/assets/iD/* && vendorer $ git add . && git commit -m 'Update to iD vA.B.C' $ git push osmlab -$ Open pull request + Open pull request ```