Skip to content

Commit

Permalink
chore: update release config
Browse files Browse the repository at this point in the history
  • Loading branch information
farnabaz committed Jan 26, 2023
1 parent a834c17 commit 1bb477d
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions package.json
Expand Up @@ -100,5 +100,20 @@
"remark-oembed": "^1.2.2",
"vitest": "^0.28.2",
"vue-docgen-web-types": "^0.1.8"
},
"release-it": {
"git": {
"commitMessage": "chore(release): release v${version}"
},
"github": {
"release": true,
"releaseName": "v${version}"
},
"hooks": {
"after:bump": "npx changelogen@latest --no-commit --no-tag --output --r $(node -p \"require('./package.json').version\")"
},
"npm": {
"publish": false
}
}
}

0 comments on commit 1bb477d

Please sign in to comment.