You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you don't have a transifex.auth file in the root of your iD checkout,
you'll need to create a Transifex account, ask @bhousel for admin rights
on the iD project, and then create this file with contents like
{"user": "yourusername", "password": "*******"}
Update master branch
$ git checkout master
$ rm -rf node_modules/editor-layer-index/
$ npm install
$ npm run imagery
$ npm run all
$ git add .&& git commit -m 'npm run imagery'
$ 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 'vA.B.C'
$ git push origin master
Update and tag release branch
$ git checkout release
$ git reset --hard master
$ npm run all
$ 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