Skip to content

Commit

Permalink
Fix changelog_configuration.json template for changelog
Browse files Browse the repository at this point in the history
It is a bit confusing on how that template needs to be structured
  • Loading branch information
Freezor authored Jun 14, 2024
1 parent 8c025df commit 978b96b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/changelog_configuration.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@
"order": "ASC",
"on_property": "mergedAt"
},
"template": "# πŸ“¦ Changelog\n\n<details>\n<summary>\n\n## Categories\n\n#{{CATEGORIES}}\n</summary>\n\n#{{UNCATEGORIZED}}\n\n[πŸ”— Release Diff](#{{RELEASE_DIFF}})\n\n## πŸ‘₯ Contributors\n\n#{{CONTRIBUTORS}}\n## Latest Release\n\nClick [here](https://github.com/eclipse-aaspe/server/releases) to see the newest Pre-Releases.</details>",
"pr_template": "- #{{TITLE}} by {{AUTHOR}} in #{{URL}} (Labels: #{{LABELS}})",
"template": "# πŸ“¦ Changelog\n\n<details>\n\n#{{CATEGORIES}}\n\n#{{UNCATEGORIZED}}\n\nFull Changelog:[πŸ”— Release Diff](#{{RELEASE_DIFF}})\n\n## πŸ‘₯ Contributors\n\n#{{CONTRIBUTORS}}</details>",
"pr_template": "- #{{TITLE}} by #{{AUTHOR}} in #{{URL}} (Labels: #{{LABELS}})",
"empty_template": "No changes detected. See the [Changelog](CHANGELOG.md) for more information.",
"label_extractor": [
{
Expand Down

0 comments on commit 978b96b

Please sign in to comment.