Skip to content

Commit

Permalink
Update changelog enforcer version to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
RAnders00 committed Oct 26, 2024
1 parent b568a62 commit 8cac624
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/changelog-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,9 @@ jobs:
check-changelog:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

# Gives an error if there's no change in the changelog (except using label)
- name: Changelog check
uses: dangoslen/changelog-enforcer@v2
uses: dangoslen/changelog-enforcer@v3
with:
changeLogPath: 'CHANGELOG.md'
skipLabels: 'no changelog entry needed, dependencies'

0 comments on commit 8cac624

Please sign in to comment.