Skip to content

Commit

Permalink
Merge pull request #454 from rvermeulen/rvermeulen/address-missing-ta…
Browse files Browse the repository at this point in the history
…gs-on-update-release

Retrieve the full history to compute the release note
  • Loading branch information
rvermeulen authored Nov 27, 2023
2 parents 1628f54 + 1939fe1 commit 051b4d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-tags: true
fetch-depth: 0 # We need the full history to compute the changelog

- name: Install Python
uses: actions/setup-python@v4
Expand Down

0 comments on commit 051b4d0

Please sign in to comment.