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:
Julian Tölle 2025-05-04 00:49:28 +02:00 committed by GitHub
parent e253df6fe9
commit 0cff95bab8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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",