We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a834c17 commit 1bb477dCopy full SHA for 1bb477d
package.json
@@ -100,5 +100,20 @@
100
"remark-oembed": "^1.2.2",
101
"vitest": "^0.28.2",
102
"vue-docgen-web-types": "^0.1.8"
103
+ },
104
+ "release-it": {
105
+ "git": {
106
+ "commitMessage": "chore(release): release v${version}"
107
108
+ "github": {
109
+ "release": true,
110
+ "releaseName": "v${version}"
111
112
+ "hooks": {
113
+ "after:bump": "npx changelogen@latest --no-commit --no-tag --output --r $(node -p \"require('./package.json').version\")"
114
115
+ "npm": {
116
+ "publish": false
117
+ }
118
}
119
0 commit comments