Skip to content

Commit

Permalink
chore: ignore chore
Browse files Browse the repository at this point in the history
  • Loading branch information
locona committed Dec 12, 2019
1 parent 1adcbd4 commit d0e0e17
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
3 changes: 1 addition & 2 deletions .github/semantic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,5 @@ types:
- fix
- improvement
- docs
- refactor
- perf
- chore
- refactor
10 changes: 3 additions & 7 deletions .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,15 @@
{type: 'docs', release: 'patch'},
{type: 'perf', release: 'patch'},
{type: 'refactor', release: 'patch'},
{type: 'chore', release: 'patch'}
],
"presetConfig": {
"types": [
{"type": "feat", "section": "New Features", "hidden": false},
{"type": "fix", "section": "Bug Fixes", "hidden": false},
{"type": "improvement", "section": "Improvement", "hidden": false},
{"type": "docs", "section": "Docs", "hidden": false},
{"type": "refactor", "section": "Refactor", "hidden": false},
{"type": "perf", "section": "Performance", "hidden": false},
{"type": "chore", "section": "Other", "hidden": false}
{"type": "refactor", "section": "Refactor", "hidden": false}
]
}
}],
Expand All @@ -36,8 +34,7 @@
{type: 'improvement', release: 'patch'},
{type: 'docs', release: 'patch'},
{type: 'perf', release: 'patch'},
{type: 'refactor', release: 'patch'},
{type: 'chore', release: 'patch'}
{type: 'refactor', release: 'patch'}
],
"presetConfig": {
"types": [
Expand All @@ -46,8 +43,7 @@
{"type": "improvement", "section": "Improvement", "hidden": false},
{"type": "docs", "section": "Docs", "hidden": false},
{"type": "refactor", "section": "Refactor", "hidden": false},
{"type": "perf", "section": "Performance", "hidden": false},
{"type": "chore", "section": "Other", "hidden": false}
{"type": "perf", "section": "Performance", "hidden": false}
]
}
}],
Expand Down

0 comments on commit d0e0e17

Please sign in to comment.