Skip to content

Commit

Permalink
After txpull command, can just git add the i18n/ folder
Browse files Browse the repository at this point in the history
  • Loading branch information
bhousel committed Jun 29, 2021
1 parent 9093554 commit 5b0f8a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ community resources. Whenever the list of resource types changes:

### Update translations
- [ ] npm run txpull
- [ ] git add . && git commit -m 'npm run txpull'
- [ ] git add i18n/ && git commit -m 'npm run txpull'

### Update changelog, version, tag, then publish
- [ ] Update `CHANGELOG.md`
Expand Down

0 comments on commit 5b0f8a5

Please sign in to comment.