Skip to content

Commit

Permalink
feat: 💚 Add target comparsion
Browse files Browse the repository at this point in the history
  • Loading branch information
Anselmoo committed Mar 16, 2023
1 parent 6080974 commit d765ece
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
# `v2.0.1...HEAD` with `v2.0.1...2.x`.
# WARNING: When you select `main` when creating a new release, the value `refs/heads/main`
# is passed to the Action which will generate an invalid compare URL.
# compare-url-target-revision: ${{ github.event.release.target_commitish }}
compare-url-target-revision: ${{ github.event.release.target_commitish }}

- name: Commit updated CHANGELOG
uses: stefanzweifel/git-auto-commit-action@v4
Expand Down

0 comments on commit d765ece

Please sign in to comment.