Skip to content

Commit

Permalink
WIP improved release notes automation
Browse files Browse the repository at this point in the history
  • Loading branch information
jackkoenig committed Jul 16, 2024
1 parent ae54349 commit f8a04ad
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/workflows/config/release-notes.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,12 @@
"template": "${{CHANGELOG}}\n\n**Full Changelog:** ${{RELEASE_DIFF}}\n",
"pr_template": "- ${{TITLE}} (by @${{AUTHOR}} in ${{URL}})${{RELEASE_NOTES}}",
"empty_template": "- no changes",
"reference": {
"pattern": "This is an automatic backport of pull request #(\d+)",
"on_property": "body",
"method": "replace",
"target": "$1"
},
"transformers": [
{
"pattern": "<!--.*-->",
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-notes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
uses: actions/checkout@v4
- name: Build Release Notes
id: release-notes
uses: mikepenz/release-changelog-builder-action@v4.1.1
uses: mikepenz/release-changelog-builder-action@v4.2.2
with:
configuration: .github/workflows/config/release-notes.json
failOnError: true
Expand Down

0 comments on commit f8a04ad

Please sign in to comment.