Skip to content

Commit e04de2a

Browse files
authored
chore: exclude component in git tag (#143)
Signed-off-by: Michael Beemer <[email protected]> Signed-off-by: Michael Beemer <[email protected]>
1 parent 64a9aff commit e04de2a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Diff for: release-please-config.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
".": {
55
"package-name": "dev.openfeature.sdk",
66
"release-type": "simple",
7+
"monorepo-tags": false,
8+
"include-component-in-tag": false,
79
"bump-minor-pre-major": true,
810
"bump-patch-for-minor-pre-major": true,
911
"versioning": "default",
@@ -13,4 +15,4 @@
1315
]
1416
}
1517
}
16-
}
18+
}

0 commit comments

Comments
 (0)