We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68f6da1 commit a308a35Copy full SHA for a308a35
.github/workflows/bumpversion.yaml
@@ -54,6 +54,9 @@ jobs:
54
if: ${{ github.event_name == 'workflow_dispatch' }}
55
shell: bash
56
run: |
57
+ PR_NUMBER=$(gh pr view --json number -q .number || echo "")
58
+ REVISION=$(git describe --tags --long | awk -F- '{print $2}')
59
+ export PR_NUMBER REVISION
60
case "$RELEASE_KIND" in
61
major|minor|patch)
62
bump-my-version bump "$RELEASE_KIND"
0 commit comments