Skip to content

Commit

Permalink
Run imagery before translations (imagery is now translated)
Browse files Browse the repository at this point in the history
  • Loading branch information
bhousel committed Jun 15, 2017
1 parent 43fe4ee commit a934d75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions RELEASING.md
Expand Up @@ -14,13 +14,13 @@ on the iD project, and then create this file with contents like<br><pre>
### Update master branch
```bash
$ git checkout master
$ npm run translations
$ git add . && git commit -m 'npm run translations'
$ 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 'A.B.C'
Expand Down

0 comments on commit a934d75

Please sign in to comment.