chore: exclude component in git tag (#143)
Signed-off-by: Michael Beemer <beeme1mr@users.noreply.github.com> Signed-off-by: Michael Beemer <beeme1mr@users.noreply.github.com>
This commit is contained in:
parent
64a9affa92
commit
e04de2ae46
|
|
@ -4,6 +4,8 @@
|
|||
".": {
|
||||
"package-name": "dev.openfeature.sdk",
|
||||
"release-type": "simple",
|
||||
"monorepo-tags": false,
|
||||
"include-component-in-tag": false,
|
||||
"bump-minor-pre-major": true,
|
||||
"bump-patch-for-minor-pre-major": true,
|
||||
"versioning": "default",
|
||||
|
|
|
|||
Loading…
Reference in New Issue