Skip to content

Commit a2ed911

Browse files
authored
chore: don't include monorepo component in tag (#202)
We need monorepo tags for **release-please** to work correctly, so instead we'll just exclude the `monorepo` component from the tag.
1 parent 7379855 commit a2ed911

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
@@ -6,7 +6,8 @@
66
"prerelease": false,
77
"packages": {
88
".": {
9-
"changelog-path": "CHANGELOG.md"
9+
"changelog-path": "CHANGELOG.md",
10+
"include-component-in-tag": false
1011
},
1112
"packages/deck.gl-geotiff": {
1213
"skip-changelog": true

0 commit comments

Comments
 (0)