Skip to content

Commit

Permalink
added changelog enforcer action
Browse files Browse the repository at this point in the history
  • Loading branch information
Ellpeck committed Feb 4, 2024
1 parent 08d7af2 commit 326462f
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/enforce-changelog.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
on: pull_request
jobs:
enforce-changelog:
runs-on: ubuntu-latest
steps:
- uses: dangoslen/changelog-enforcer@v3
with:
changeLogPath: CHANGELOG.md
missingUpdateErrorMessage: |
The changelog was not updated. Please document your changes in Changelog.md.
Run `git config core.hooksPath .githooks` to enable a git hook that ensures you updated the changelog before pushing.

0 comments on commit 326462f

Please sign in to comment.