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 Sep 27, 2019
1 parent 1a0bbce commit c9b7a0d
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
@@ -1,8 +1,8 @@
# Releasing

- Sync with origin: `git pull --ff-only`
- Run tests: `make test`
- Bump `version` in `package/manifest.json`
- Run tests: `make test`
- Create package: `make release`
- Publish package at https://chrome.google.com/webstore/devconsole
- Upload updated package
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": "29",
"version": "30",
"manifest_version": 2,
"author": "Chris Schmich <[email protected]>",
"homepage_url": "https://github.com/schmich/marinara",
Expand Down

0 comments on commit c9b7a0d

Please sign in to comment.