Skip to content

Commit

Permalink
feature: add badge for compare link
Browse files Browse the repository at this point in the history
  • Loading branch information
jcdcdev committed Sep 3, 2024
1 parent 2f28d65 commit 13af3ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
contents: write
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Install GitVersion
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ runs:
GH_TOKEN: ${{ inputs.github-token }}
REPO: "${{ github.repository_owner }}/${{ github.event.repository.name }}"
CHANGELOG: |
Compare [${{ env.PREVIOUS_VERSION }}...${{env.TARGET_VERSION}}](https://github.com/${{ github.repository }}/compare/${{ env.PREVIOUS_VERSION }}...${{env.TARGET_VERSION}})
[![Compare](https://img.shields.io/badge/Compare-${{ env.PREVIOUS_VERSION }}...${{env.TARGET_VERSION}}-394933?style=flat&logo=github)](https://github.com/${{ github.repository }}/compare/${{ env.PREVIOUS_VERSION }}...${{env.TARGET_VERSION}})
${{ steps.generate-changelog.outputs.changelog }}
run: |
Expand Down

0 comments on commit 13af3ae

Please sign in to comment.