Skip to content

Commit

Permalink
Use the current branch for the version number
Browse files Browse the repository at this point in the history
  • Loading branch information
geofflamrock committed Nov 22, 2024
1 parent af1b878 commit 819989f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-versioning-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Get next release number
id: next_release
run: ${{ runner.temp }}/auto shipit --dry-run --quiet
run: ${{ runner.temp }}/auto shipit --dry-run --quiet --base-branch ${{ github.ref_name}}

- name: Update changelog
run: ${{ runner.temp }}/auto changelog
Expand Down

0 comments on commit 819989f

Please sign in to comment.