Skip to content

Commit

Permalink
fix: missing label configuration.json
Browse files Browse the repository at this point in the history
  • Loading branch information
rubentalstra committed Feb 13, 2025
1 parent f676e5c commit df0dfeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/configuration.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"method": "match"
}
],
"template": "# Changelog\n\nAll notable changes to this project will be documented in this file.\n\n## [Unreleased]\n\n#{{CHANGELOG}}\n\n<details>\n<summary>Uncategorized</summary>\n\n#{{UNCATEGORIZED}}\n</details>\n\n---\n\n## #{{TO_TAG}} - #{{TO_TAG_DATE}}\n\n[See full release details][release-#{{TO_TAG}}]\n\n[release-#{{TO_TAG}}]: https://github.com/#{{OWNER}}/#{{REPO}}/releases/tag/#{{TO_TAG}}\n",
"template": "# Changelog\n\nAll notable changes to this project will be documented in this file.\n\n## [Unreleased]\n\n#{{CHANGELOG}}\n\n<details>\n<summary>Uncategorized</summary>\n\n#{{UNCATEGORIZED}}\n</details>\n\n---\n\n## [#{{TO_TAG}} - #{{TO_TAG_DATE}}]\n\nChanges from #{{FROM_TAG}} to #{{TO_TAG}}.\n\n[See full release details][release-#{{TO_TAG}}]\n\n[release-#{{TO_TAG}}]: https://github.com/#{{OWNER}}/#{{REPO}}/releases/tag/#{{TO_TAG}}\n",
"pr_template": "- #{{TITLE}} by **@#{{AUTHOR}}** in [##{{NUMBER}}](#{{URL}})",
"empty_template": "- no changes"
}

0 comments on commit df0dfeb

Please sign in to comment.