We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f91309 commit 2176a15Copy full SHA for 2176a15
1 file changed
packages/angular-html-parser/.release-it.json
@@ -0,0 +1,12 @@
1
+{
2
+ "$schema": "https://unpkg.com/release-it@18/schema/release-it.json",
3
+ "git": {
4
+ "commitMessage": "chore: release v${version}"
5
+ },
6
+ "github": {
7
+ "release": true
8
9
+ "hooks": {
10
+ "after:bump": "node --run build"
11
+ }
12
+}
0 commit comments