Skip to content

Commit

Permalink
Fix version regex (#181)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbrochart authored Oct 14, 2024
1 parent 4ea7617 commit 914be06
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ jobs:
uses: agronholm/release-notes@v1
with:
path: CHANGELOG.md
version_pattern: ^\#\# ([0-9][^*]*)
version_pattern: ^\#\# ([0-9][^*]*)\n
- uses: ncipollo/release-action@v1
with:
body: ${{ steps.changelog.outputs.changelog }}
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Version history

## 0.10.6

- Fix regex for version in `CHANGELOG.md`.

## 0.10.5

- Fix regex for version in `CHANGELOG.md`.
Expand Down

0 comments on commit 914be06

Please sign in to comment.