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:
Michael Beemer 2022-10-11 14:46:37 -04:00 committed by GitHub
parent 64a9affa92
commit e04de2ae46
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -4,6 +4,8 @@
".": { ".": {
"package-name": "dev.openfeature.sdk", "package-name": "dev.openfeature.sdk",
"release-type": "simple", "release-type": "simple",
"monorepo-tags": false,
"include-component-in-tag": false,
"bump-minor-pre-major": true, "bump-minor-pre-major": true,
"bump-patch-for-minor-pre-major": true, "bump-patch-for-minor-pre-major": true,
"versioning": "default", "versioning": "default",