Skip to content

Commit 006ae79

Browse files
authored
Merge pull request #314 from Loop3D/fix-release-please-tag-prefix
fix: keep unprefixed v* tags for the LoopStructural release-please component
2 parents 449f38d + 1a038f6 commit 006ae79

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

release-please-config.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
"packages": {
33
".": {
44
"release-type": "python",
5-
"component": "LoopStructural"
5+
"component": "LoopStructural",
6+
"include-component-in-tag": false
67
},
78
"packages/loop_common": {
89
"release-type": "python",

0 commit comments

Comments
 (0)