mirror of
https://github.com/apricote/hcloud-upload-image.git
synced 2026-01-13 13:21:01 +00:00
chore(release): open separate prs for lib and cli (#75)
The CLI depends on the lib, and to make sure that users who install through `go install` use the correct version, we need to cut a release for the lib first, bump in CLI and then release CLI.
This commit is contained in:
parent
e253df6fe9
commit
0cff95bab8
1 changed files with 1 additions and 1 deletions
2
.github/release-please-config.json
vendored
2
.github/release-please-config.json
vendored
|
|
@ -3,7 +3,7 @@
|
||||||
"include-component-in-tag": false,
|
"include-component-in-tag": false,
|
||||||
"include-v-in-tag": true,
|
"include-v-in-tag": true,
|
||||||
"release-type": "go",
|
"release-type": "go",
|
||||||
"group-pull-request-title-pattern": "chore(${branch}): release ${version}",
|
"separate-pull-requests": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
".": {
|
".": {
|
||||||
"component": "cli",
|
"component": "cli",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue