Skip to content

Commit

Permalink
fix: add build commits to release rule
Browse files Browse the repository at this point in the history
  • Loading branch information
Xunnamius committed Nov 24, 2020
1 parent 0b2779b commit 3124ab0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ module.exports = {
}
],
plugins: [
'@semantic-release/commit-analyzer',
['@semantic-release/commit-analyzer', {
releaseRules: [{ type: 'build', release: 'patch' }]
}],
'@semantic-release/release-notes-generator',
['@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`,
Expand Down

0 comments on commit 3124ab0

Please sign in to comment.