Skip to content

Commit 7059fe6

Browse files
authored
build: replace tag separator / (slash) with - (hyphen) (#1004)
Replace tag separator / with - See issue for more information #981 Dependabot and Renovate seem to follow a "namespaced" solution when it comes to tagging versions in monorepos. We should try to follow that to make automated updates smoother
1 parent ebded14 commit 7059fe6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

release-please-config.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,5 +145,6 @@
145145
}
146146
},
147147
"release-type": "simple",
148+
"tag-separator": "/",
148149
"separate-pull-requests": true
149150
}

0 commit comments

Comments
 (0)