Skip to content

Commit

Permalink
Bump version. Update release step ordering.
Browse files Browse the repository at this point in the history
  • Loading branch information
schmich committed Jun 11, 2019
1 parent aac42c8 commit 7cd3da7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
- Sync with origin: `git pull --ff-only`
- Run tests: `make test`
- Bump `version` in `package/manifest.json`
- Commit: `git commit -a`
- Create package: `make release`
- Tag release: `git tag -s xx -m "Release xx."`
- Push changes: `git push && git push --tags`
- Publish package at https://chrome.google.com/webstore/devconsole
- Upload updated package
- Update descriptions for each language: `make show-descriptions`
- Commit: `git commit -a`
- Tag release: `git tag -s xx -m "Release xx."`
- Push changes: `git push && git push --tags`
2 changes: 1 addition & 1 deletion package/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"short_name": "__MSG_app_name_short__",
"description": "__MSG_app_desc__",
"default_locale": "en",
"version": "27",
"version": "28",
"manifest_version": 2,
"author": "Chris Schmich <[email protected]>",
"homepage_url": "https://github.com/schmich/marinara",
Expand Down

0 comments on commit 7cd3da7

Please sign in to comment.