Skip to content

Commit

Permalink
Introduce release-it
Browse files Browse the repository at this point in the history
  • Loading branch information
carhartl committed Sep 12, 2019
1 parent 7207115 commit 8dfc697
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .release-it.json
@@ -0,0 +1,5 @@
{
"github": {
"release": true
}
}
4 changes: 3 additions & 1 deletion package.json
Expand Up @@ -19,7 +19,8 @@
],
"scripts": {
"test": "grunt test",
"format": "standard --fix && prettier -l --write --single-quote --no-semi '**/*.{html,json,md}' && eslint '**/*.{html,md}' --fix"
"format": "standard --fix && prettier -l --write --single-quote --no-semi '**/*.{html,json,md}' && eslint '**/*.{html,md}' --fix",
"release": "release-it"
},
"repository": {
"type": "git",
Expand Down Expand Up @@ -48,6 +49,7 @@
"gzip-js": "0.3.2",
"prettier": "1.18.2",
"qunit": "2.9.2",
"release-it": "^12.3.6",
"rollup": "^1.20.3",
"rollup-plugin-filesize": "^6.2.0",
"rollup-plugin-license": "^0.12.1",
Expand Down

0 comments on commit 8dfc697

Please sign in to comment.