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 be512f8 commit b16d7b9Copy full SHA for b16d7b9
.github/workflows/initiate_release.yaml
@@ -30,7 +30,7 @@ jobs:
30
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
31
run: |
32
gh pr create \
33
- -t "Release ${{ github.event.inputs.version }}" \
+ -t "chore: release ${{ github.event.inputs.version }}" \
34
-b "# :rocket: ${{ github.event.inputs.version }}
35
Make sure to use squash & merge when merging!
36
Once this is merged, another job will kick off automatically and publish the package.
0 commit comments