chore(release): open separate prs for lib and cli

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:44:30 +02:00
parent cef79b943c
commit 2262ac86e7

View file

@ -3,7 +3,7 @@
"include-component-in-tag": false,
"include-v-in-tag": true,
"release-type": "go",
"group-pull-request-title-pattern": "chore(${branch}): release ${version}",
"separate-pull-requests": true,
"packages": {
".": {
"component": "cli",