Skip to content

Commit

Permalink
ci: update changelog automation (#247)
Browse files Browse the repository at this point in the history
  • Loading branch information
kylesomers authored Sep 12, 2024
1 parent 1af8dba commit cc5d758
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ jobs:
with:
fetch-depth: 0
- name: Update Changelog
run: docker run --rm -v $(pwd):/workdir quay.io/git-chglog/git-chglog -o CHANGELOG.md
run: |
git fetch --tags origin
docker run --rm -v $(pwd):/workdir quay.io/git-chglog/git-chglog -o CHANGELOG.md
- name: Create Pull Request
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit cc5d758

Please sign in to comment.