Skip to content

Commit

Permalink
Merge pull request #101 from freelawproject/100-add-workflow-to-ensur…
Browse files Browse the repository at this point in the history
…e-documentation-updates

feat(workflow): check changelog
  • Loading branch information
flooie authored Feb 21, 2025
2 parents 5aff1ef + 57fff30 commit 0cea35b
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/check_changelog.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Check release notes

on:
pull_request:
branches:
- 'main'

jobs:
Check-Changelog:
name: Check Changelog Action
runs-on: ubuntu-latest
steps:
- uses: tarides/changelog-check-action@v2
with:
changelog: CHANGES.md
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@

- Features (suggestions welcome)?

## Upcoming Changes

- Add workflow to check for new entries in CHANGES.md file

## Current Version

- 0.10.25 (2024-07-24): One more regex pattern
Expand Down

0 comments on commit 0cea35b

Please sign in to comment.