Skip to content

Commit c37f85e

Browse files
Copilotlgallard
andauthored
fix: Add tag-separator configuration to ensure Release Please creates tags without prefixes (#65)
* Initial plan for issue * Add tag-separator configuration to remove tag prefixes and separators Co-authored-by: lgallard <6194359+lgallard@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: lgallard <6194359+lgallard@users.noreply.github.com>
1 parent 36ceff9 commit c37f85e

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
@@ -3,7 +3,8 @@
33
".": {
44
"release-type": "terraform-module",
55
"changelog-path": "CHANGELOG.md",
6-
"include-v-in-tag": false
6+
"include-v-in-tag": false,
7+
"tag-separator": ""
78
}
89
}
910
}

0 commit comments

Comments
 (0)