- Notify translators of impending release (https://www.transifex.com/projects/p/id-editor/announcements/)
- Notify TomH
TODO: turn this into a script.
-
make translations
-
make imagery
-
make suggestions
- Update
CHANGELOG.md
- Update version number in
id.js
,package.json
-
git checkout release && git reset --hard master
-
make
-
git add -f dist/*.css dist/*.js dist/img/*.svg && git commit -m 'Check in build'
-
git tag vA.B.C
-
git push origin -f release vA.B.C
-
git remote add osmlab [email protected]:osmlab/openstreetmap-website.git
-
git remote add upstream [email protected]:openstreetmap/openstreetmap-website.git
-
git fetch --all
-
git checkout master
-
git reset --hard upstream/master
-
git checkout -b iD-A.B.C
-
rm -rf vendor/assets/iD/* && vendorer
-
git add .
-
git commit -m 'Update to iD vA.B.C'
-
git push osmlab
- Open pull request