Add instructions about release notes

This commit is contained in:
Bryan Housel
2017-10-08 22:59:39 -04:00
parent 2716b78e87
commit d1f0cb24ad

View File

@@ -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
```