We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3bfcf1 commit 094a11eCopy full SHA for 094a11e
.release-it.json
@@ -11,6 +11,7 @@
11
},
12
"hooks": {
13
"before:init": [
14
+ "git fetch --prune --prune-tags origin",
15
"npm run build"
16
],
17
"after:bump": "npx auto-changelog -p"
0 commit comments