Skip to content

Commit be036d3

Browse files
authored
ci(changelog): configure commits of types refactor and test to not be added in CHANGELOG.md following a version release (#34)
1 parent b0c8899 commit be036d3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.releaserc.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ plugins:
1515
types:
1616
- { type: feat, section: Features, hidden: false }
1717
- { type: fix, section: Bug Fixes, hidden: false }
18+
- { type: docs, section: Documentation, hidden: false }
19+
- { type: build, section: Build System, hidden: false }
1820
- { type: perf, section: Performance, hidden: false }
19-
- { type: refactor, section: Refactor, hidden: false }
20-
- { type: test, section: Tests, hidden: false }
2121
- { type: revert, section: Reverts, hidden: false }
22-
- { type: docs, section: Documentation, hidden: false }
22+
- { type: refactor, section: Refactor, hidden: true }
23+
- { type: test, section: Tests, hidden: true }
2324
- { type: ci, section: Continuous Integration, hidden: true }
24-
- { type: build, section: Build System, hidden: false }
2525

2626
- - '@semantic-release/changelog'
2727
- {}

0 commit comments

Comments
 (0)