Skip to content

Commit

Permalink
Update release steps. Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
schmich committed Jan 21, 2019
1 parent 88adaa5 commit 04dcb42
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
- Run tests: `make test`
- Bump `version` in `package/manifest.json`
- Commit: `git commit -a`
- Create package: `make package`
- 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
Expand Down
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": "24",
"version": "25",
"manifest_version": 2,
"author": "Chris Schmich <[email protected]>",
"homepage_url": "https://github.com/schmich/marinara",
Expand Down

0 comments on commit 04dcb42

Please sign in to comment.