Skip to content

Commit

Permalink
chore: minor update to how release notes formatting related to #147
Browse files Browse the repository at this point in the history
  • Loading branch information
activescott committed Oct 11, 2020
1 parent 33cce65 commit 93e2067
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,19 @@ module.exports = {
"@semantic-release/commit-analyzer",
["@semantic-release/release-notes-generator", {
writerOpts: {
footerPartial: `{{#if noteGroups}}
{{#each noteGroups}}
### {{title}}
{{#each notes}}
* {{text}}
{{/each}}
{{/each}}
{{/if}}
footerPartial: `
{{#if noteGroups}}
{{#each noteGroups}}
You can install or upgrade by extracting all files from the zip attached to this release into a single directory or via [Chocolatey](https://chocolatey.org/packages/lessmsi).
### {{title}}
{{#each notes}}
* {{text}}
{{/each}}
{{/each}}
{{/if}}
You can install or upgrade by extracting all files from the zip attached to this release into a single directory or via [Chocolatey](https://chocolatey.org/packages/lessmsi).
`
}
}],
Expand Down

0 comments on commit 93e2067

Please sign in to comment.