Skip to content

Commit 7db1860

Browse files
committed
chore(use-long-press): Remove 'Chores' section from changelog
1 parent bc2eb84 commit 7db1860

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/use-long-press/release.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ module.exports = {
3333
types: [
3434
{ type: 'feat', section: 'Features' },
3535
{ type: 'fix', section: 'Bug Fixes' },
36-
{ type: 'chore', section: 'Chores' },
36+
{ type: 'chore', hidden: true },
3737
{ type: 'docs', section: 'Documentation' },
3838
{ type: 'style', hidden: true },
3939
{ type: 'refactor', section: 'Refactors' },

0 commit comments

Comments
 (0)