Skip to content

Commit 122e030

Browse files
committed
fix: configure release-please to use v-only tags
1 parent 8bd7b67 commit 122e030

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

release-please-config.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
".": {
44
"release-type": "node",
55
"package-name": "mailauth",
6-
"pull-request-title-pattern": "chore${scope}: release ${version} [skip-ci]"
6+
"pull-request-title-pattern": "chore${scope}: release ${version} [skip-ci]",
7+
"include-component-in-tag": false
78
}
89
}
910
}

0 commit comments

Comments
 (0)