Skip to content

Commit

Permalink
update release note builde
Browse files Browse the repository at this point in the history
  • Loading branch information
Freezor committed Jun 22, 2024
1 parent 6c81fe1 commit 646e5dc
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/changelog_configuration.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,9 @@
"order": "ASC",
"on_property": "mergedAt"
},
"template": "# 📦 Changelog\n\n#{{CHANGELOG}}\n\n#{{UNCATEGORIZED}}\n\n# Full Changelog\n[🔗 Release Diff](#{{RELEASE_DIFF}})\n\n# 👥 New Contributors\n\nMust be added manually.",
"template": "# 📦 Changelog\n\n#{{CHANGELOG}}\n\n#{{UNCATEGORIZED}}\n\n# Full Changelog\n[🔗 Release Diff](#{{RELEASE_DIFF}})\n\n# 👥Contributors\n\n #{{CONTRIBUTORS}}",
"pr_template": "- #{{TITLE}} by @#{{AUTHOR}} in #{{URL}}",
"empty_template": "No changes detected. See the [Changelog](CHANGELOG.md) for more information.",
"empty_template": "No changes detected. See the [Changelog](CHANGELOG.md) or [Release Diff](#{{RELEASE_DIFF}}) for more information.",
"label_extractor": [
{
"pattern": "(.*)",
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/create-developer-prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ jobs:

- name: Generate release notes
id: generate_release_notes
uses: mikepenz/release-changelog-builder-action@v4
uses: mikepenz/release-changelog-builder-action@v5.0.0-a04
with:
configuration: ".github/changelog_configuration.json"
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ jobs:

- name: Generate release notes
id: generate_release_notes
uses: mikepenz/release-changelog-builder-action@v4
uses: mikepenz/release-changelog-builder-action@v5.0.0-a04
with:
configuration: ".github/changelog_configuration.json"
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prerelease-on-merge-to-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ jobs:

- name: Generate release notes
id: generate_release_notes
uses: mikepenz/release-changelog-builder-action@v4
uses: mikepenz/release-changelog-builder-action@v5.0.0-a04
with:
configuration: ".github/changelog_configuration.json"
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 646e5dc

Please sign in to comment.