Skip to content

Commit 68c1616

Browse files
committed
build(use-long-press): Add 'Documentation' section to changelog
1 parent 9a5ab95 commit 68c1616

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
@@ -34,7 +34,7 @@ module.exports = {
3434
{ type: 'feat', section: 'Features' },
3535
{ type: 'fix', section: 'Bug Fixes' },
3636
{ type: 'chore', section: 'Chores' },
37-
{ type: 'docs', hidden: true },
37+
{ type: 'docs', section: 'Documentation' },
3838
{ type: 'style', hidden: true },
3939
{ type: 'refactor', section: 'Refactors' },
4040
{ type: 'build', section: 'Build config' },

0 commit comments

Comments
 (0)