We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
refactor
test
CHANGELOG.md
1 parent b0c8899 commit be036d3Copy full SHA for be036d3
.releaserc.yaml
@@ -15,13 +15,13 @@ plugins:
15
types:
16
- { type: feat, section: Features, hidden: false }
17
- { type: fix, section: Bug Fixes, hidden: false }
18
+ - { type: docs, section: Documentation, hidden: false }
19
+ - { type: build, section: Build System, hidden: false }
20
- { type: perf, section: Performance, hidden: false }
- - { type: refactor, section: Refactor, hidden: false }
- - { type: test, section: Tests, hidden: false }
21
- { type: revert, section: Reverts, hidden: false }
22
- - { type: docs, section: Documentation, hidden: false }
+ - { type: refactor, section: Refactor, hidden: true }
23
+ - { type: test, section: Tests, hidden: true }
24
- { type: ci, section: Continuous Integration, hidden: true }
- - { type: build, section: Build System, hidden: false }
25
26
- - '@semantic-release/changelog'
27
- {}
0 commit comments