We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e07aa7 commit 7c9f106Copy full SHA for 7c9f106
1 file changed
.github/workflows/publish.yml
@@ -72,6 +72,7 @@ jobs:
72
with:
73
publish: pnpm ci:release # command to tag and publish packages
74
version: pnpm ci:version # command to update version, edit changelog, read and delete changesets
75
+ branch: master # the branch to base the release PR against
76
title: Release PR # title for the release PR
77
commit: 'chore: version-packages' # the commit message to use
78
setupGitUser: true
0 commit comments