Skip to content

Commit

Permalink
chore: ui-related changes should trigger patch release
Browse files Browse the repository at this point in the history
  • Loading branch information
egoist committed Dec 16, 2018
1 parent 81f0a7b commit f40cc9e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion release.config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
module.exports = {
branch: 'master',
plugins: [
'@semantic-release/commit-analyzer',
[
'@semantic-release/commit-analyzer',
{
preset: 'angular',
releaseRules: [{type: 'feat', scope: 'ui', release: 'patch'}]
}
],
'@semantic-release/release-notes-generator',
[
'@semantic-release/changelog',
Expand Down

0 comments on commit f40cc9e

Please sign in to comment.