Skip to content

Commit

Permalink
Fail release early when no changelog entry is added
Browse files Browse the repository at this point in the history
  • Loading branch information
felix-hoc committed Feb 20, 2025
1 parent 0c229d1 commit 2cdd994
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tag-release-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ jobs:
if: github.event.pull_request.merged == true
runs-on: ubuntu-latest
steps:
- name: Ensure Changelog
run: gh pr view ${{github.event.pull_request.number}} --json files -q '.files[].path' | grep CHANGELOG.md

- name: Checkout
uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 2cdd994

Please sign in to comment.