Skip to content

Commit 3831ffa

Browse files
committed
chore: configure release-please to use v-prefix tags without component
Set include-component-in-tag: false so release-please uses 'v1.0.0' format instead of 'oslash-v1.0.0'.
1 parent d4c4950 commit 3831ffa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/release-please-config.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
"package-name": "oslash",
66
"changelog-path": "CHANGELOG.md",
77
"bump-minor-pre-major": true,
8-
"bump-patch-for-minor-pre-major": false
8+
"bump-patch-for-minor-pre-major": false,
9+
"include-component-in-tag": false
910
}
1011
}
1112
}

0 commit comments

Comments
 (0)