From d1f0cb24adecf8ad2a6eb61ee135ea15cf777b9b Mon Sep 17 00:00:00 2001 From: Bryan Housel Date: Sun, 8 Oct 2017 22:59:39 -0400 Subject: [PATCH] Add instructions about release notes --- RELEASING.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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 ```