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.
2 parents 80087b2 + f45ae8e commit 50b75b9Copy full SHA for 50b75b9
.github/workflows/release.yml
@@ -32,7 +32,7 @@ jobs:
32
# Bump version on merging Pull Requests with specific labels.
33
# (bump:major,bump:minor,bump:patch)
34
- id: bumpr
35
- uses: haya14busa/action-bumpr@78ab5a104d20896c9c9122c64221b3aecf1a8cbb # v1.10.0
+ uses: haya14busa/action-bumpr@faf6f474bcb6174125cfc569f0b2e24cbf03d496 # v1.11.4
36
with:
37
dry_run: true
38
@@ -83,4 +83,4 @@ jobs:
83
git checkout -b "releases/$(cat .major-version)" "origin/releases/$(cat .major-version)"
84
85
- name: Post bumpr status comment
86
0 commit comments