We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e868ac commit 961b1ecCopy full SHA for 961b1ec
1 file changed
.release-it.js
@@ -1,6 +1,10 @@
1
module.exports = {
2
"hooks": {
3
- "before:init": ["pnpm run test", "pnpm run build"],
+ "before:init": [
4
+ "pnpm run test",
5
+ "pnpm run build",
6
+ "git add dist/* && git commit -m \"chore: build\""
7
+ ],
8
},
9
"git": {
10
"commitMessage": "chore: release v${version}",
0 commit comments