We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9bb9dc commit 4305ef1Copy full SHA for 4305ef1
.github/workflows/patch_rc.yml
@@ -53,10 +53,9 @@ jobs:
53
BOT_USERNAME: ${{ vars.BOT_USERNAME }}
54
run: |
55
echo "Detected "feat"/"fix"/"chore: trigger" commits. Running standard-version..."
56
- npm run release -- --prerelease rc --skip.changelog
57
-
58
git config --global user.email $BOT_EMAIL
59
git config --global user.name $BOT_USERNAME
+ npm run release -- --prerelease rc --skip.changelog
60
61
git push --follow-tags
62
TAG="v$(jq '.version' package.json -r)"
0 commit comments