Skip to content

Commit

Permalink
ci: Fix last release notes to ensure whole file is replaced
Browse files Browse the repository at this point in the history
  • Loading branch information
chrissimon-au committed Sep 20, 2024
1 parent b74ddba commit 640a178
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/.releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
"countMatches": true
},{
"files": ["LAST_RELEASE_NOTES.md"],
"from": ".*",
"from": "[\\S\\s]+",
"to": "${nextRelease.notes}",
"results": [{
"file": "LAST_RELEASE_NOTES.md",
Expand Down

0 comments on commit 640a178

Please sign in to comment.