Skip to content

Commit

Permalink
Set changelog to tag
Browse files Browse the repository at this point in the history
  • Loading branch information
tarrencev committed Dec 19, 2023
1 parent 5514ad2 commit 65714fc
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/release-dispatch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,15 @@ jobs:
cargo install cargo-get
echo "version=$(cargo get workspace.package.version)" >> $GITHUB_OUTPUT
- run: cargo release version ${{ inputs.version }} --execute --no-confirm && cargo release replace --execute --no-confirm
- id: changelog
uses: mikepenz/[email protected]
with:
fromTag: v${{ steps.current_release_info.outputs.version }}
- id: next_release_info
run: |
cargo install cargo-get
echo "version=$(cargo get workspace.package.version)" >> $GITHUB_OUTPUT
- id: changelog
uses: mikepenz/[email protected]
with:
fromTag: v${{ steps.current_release_info.outputs.version }}
toTag: v${{ steps.next_release_info.outputs.version }}
- uses: peter-evans/create-pull-request@v5
with:
# We have to use a PAT in order to trigger ci
Expand Down

0 comments on commit 65714fc

Please sign in to comment.