Skip to content

Commit

Permalink
add tag separator
Browse files Browse the repository at this point in the history
Signed-off-by: Giovanni Liva <giovanni.liva@dynatrace.com>
  • Loading branch information
thisthat committed Nov 14, 2023
1 parent 2b530e4 commit 2efb990
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
"separate-pull-requests": true,
"pull-request-title-pattern": "chore: release${component} ${version}",
"last-release-sha": "e5445ae5f41c29a5a62503438d86dcddf2c59617",
"tag-separator": "/",
"packages": {
"apis": {
"release-type": "go",
"package-name": "apis",
"monorepo-tags": "apis",
"draft": false,
"prerelease": false,
"bump-minor-pre-major": true,
Expand All @@ -16,7 +16,6 @@
".": {
"release-type": "go",
"package-name": "operator",
"monorepo-tags": "operator",
"draft": false,
"prerelease": false,
"bump-minor-pre-major": true,
Expand Down

0 comments on commit 2efb990

Please sign in to comment.