Skip to content
Snippets Groups Projects
Unverified Commit 5d1e1959 authored by Ryan Laurie's avatar Ryan Laurie Committed by GitHub
Browse files

Update release notes template (#38865)

parent ef81cfb6
No related branches found
No related tags found
No related merge requests found
......@@ -146,7 +146,8 @@
"frontend/lint/**/*",
"*.stories.*",
"e2e/**/*",
"**/tests/*"
"**/tests/*",
"release/**/*"
],
"rules": {
"no-unconditional-metabase-links-render": "off",
......
......@@ -8,14 +8,6 @@ import {
import type { ReleaseProps, Issue } from "./types";
const releaseTemplate = `# NOTE: clean up 'Enhancements' and 'Bug fixes' sections and remove this line before publishing!
**Enhancements**
{{enhancements}}
**Bug fixes**
{{bug-fixes}}
**Upgrading**
You can download a .jar of the release, or get the latest on Docker. Make sure to back up your Metabase
......@@ -31,6 +23,20 @@ SHA-256 checksum for the {{version}} JAR:
\`\`\`
{{checksum}}
\`\`\`
<details>
<summary><h2>Changelog</h2></summary>
**Enhancements**
{{enhancements}}
**Bug fixes**
{{bug-fixes}}
</details>
`;
const isBugIssue = (issue: Issue) =>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment