Skip to content

Commit

Permalink
fix(semantic-release): update configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
locona committed Dec 16, 2019
1 parent 4336dfd commit bf64f17
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .releaserc
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"branches": [{"name": "release/M*",prerelease: false}],
"branches": [{"name": "release/M*", "prerelease": false}],
"plugins": [
["@semantic-release/commit-analyzer", {
"preset": "conventionalcommits",
"releaseRules": [
{type: 'improvement', release: 'patch'},
{"type": "improvement", "release": "patch"},
],
"presetConfig": {
"types": [
Expand All @@ -15,7 +15,7 @@
["@semantic-release/release-notes-generator", {
"preset": "conventionalcommits",
"releaseRules": [
{type: 'improvement', release: 'patch'},
{"type": "improvement", "release": "patch"},
],
"presetConfig": {
"types": [
Expand Down

0 comments on commit bf64f17

Please sign in to comment.