Skip to content

Commit

Permalink
feat: support release-it
Browse files Browse the repository at this point in the history
  • Loading branch information
hunterliu1003 committed Jul 23, 2022
1 parent 6c12f77 commit e2fc15b
Show file tree
Hide file tree
Showing 3 changed files with 3,488 additions and 10 deletions.
8 changes: 8 additions & 0 deletions .release-it.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"git": {
"commitMessage": "chore: release v${version}"
},
"github": {
"release": true
}
}
25 changes: 15 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
{
"name": "create-vibrary",
"version": "0.0.5",
"license": "MIT",
"author": "Hunter Liu",
"main": "index.js",
"bin": {
"create-vibrary": "index.js",
"cva": "index.js"
Expand All @@ -11,7 +10,17 @@
"index.js",
"template-*"
],
"main": "index.js",
"scripts": {
"release": "release-it"
},
"devDependencies": {
"kolorist": "^1.5.0",
"minimist": "^1.2.5",
"prompts": "^2.4.1",
"replace-in-file": "^6.3.5",
"release-it": "^15.1.3",
"@release-it/conventional-changelog": "^5.0.0"
},
"engines": {
"node": ">=12.0.0"
},
Expand All @@ -23,10 +32,6 @@
"url": "https://github.com/hunterliu1003/vibrary/issues"
},
"homepage": "https://github.com/hunterliu1003/vibrary#readme",
"dependencies": {
"kolorist": "^1.5.0",
"minimist": "^1.2.5",
"prompts": "^2.4.1",
"replace-in-file": "^6.3.5"
}
}
"license": "MIT",
"author": "Hunter Liu"
}
Loading

0 comments on commit e2fc15b

Please sign in to comment.