Skip to content

Commit

Permalink
feat: introduce standard-version (#18)
Browse files Browse the repository at this point in the history
* deps: install standard-version

* deps: install npm-run-all

* build: add release scripts

* build: add `private: true` to package.json

* build: bump both package.json and manifest.json

* chore(deps): add patch version to manifest.json
  • Loading branch information
zaki-yama committed Jan 25, 2020
1 parent 852e6ec commit 55f6318
Show file tree
Hide file tree
Showing 4 changed files with 1,551 additions and 7 deletions.
12 changes: 12 additions & 0 deletions .versionrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
module.exports = {
bumpFiles: [
{
filename: "package.json",
type: "json"
},
{
filename: "dist/manifest.json",
type: "json"
}
]
};
2 changes: 1 addition & 1 deletion dist/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"name": "__MSG_appName__",
"description": "__MSG_appDesc__",
"default_locale": "en",
"version": "1.7",
"version": "1.7.0",
"icons": {
"128": "icon128.png"
},
Expand Down

0 comments on commit 55f6318

Please sign in to comment.