Skip to content

Commit

Permalink
fix(release): update how changelogs are generated
Browse files Browse the repository at this point in the history
  • Loading branch information
Xunnamius committed Nov 28, 2020
1 parent 86c650d commit 8ce1760
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,11 @@ module.exports = {
[
'@semantic-release/changelog',
{
changelogTitle: `# Changelog\n\n> [See a summary of upcoming changes](${
require('./package.json').repository.url
}/compare/main...develop)\n\nAll notable changes to this project will be documented in this file.\n\nThe format is based on [Conventional Commits](https://conventionalcommits.org),\nand this project adheres to [Semantic Versioning](https://semver.org).\n\n`
changelogTitle:
`# Changelog\n\n` +
`All notable changes to this project will be documented in this file.\n\n` +
`The format is based on [Conventional Commits](https://conventionalcommits.org),\n` +
`and this project adheres to [Semantic Versioning](https://semver.org).\n\n`
}
]
]
Expand Down

0 comments on commit 8ce1760

Please sign in to comment.