Skip to content

Commit

Permalink
fix(release.config.js): add title to releaseRules objects
Browse files Browse the repository at this point in the history
  • Loading branch information
Xunnamius committed Jan 2, 2021
1 parent b085afe commit 99c2868
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ module.exports = {
// ! If you change releaseRules, you should also take a look at:
// ! - dependabot.yml
// ! - .changelogrc.js
releaseRules: [{ type: 'build', release: 'patch' }]
releaseRules: [{ type: 'build', release: 'patch', title: 'Build System' }]
}
],
[
Expand Down

0 comments on commit 99c2868

Please sign in to comment.