Skip to content

Commit 99eab19

Browse files
committed
chore: use simple vX.Y.Z tags for releases
Set include-component-in-tag: false since this is a single-package repo. Fixes release-please looking for cachekit-v0.1.0 when actual tag is v0.1.0.
1 parent 30e2f76 commit 99eab19

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
@@ -19,7 +19,8 @@
1919
"packages": {
2020
".": {
2121
"package-name": "cachekit",
22-
"changelog-path": "CHANGELOG.md"
22+
"changelog-path": "CHANGELOG.md",
23+
"include-component-in-tag": false
2324
}
2425
},
2526
"extra-files": [

0 commit comments

Comments
 (0)