Skip to content

Commit 6729a36

Browse files
committed
build(project): Fix creating CHANGELOG sections on release
- Clean up old release.config.js for use-long-press
1 parent 07959da commit 6729a36

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

nxrelease.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ module.exports = {
3636
{ type: 'perf', release: 'patch' },
3737
{ type: 'build', release: 'patch' },
3838
],
39+
preset: 'conventionalcommits',
3940
presetConfig: {
40-
preset: 'conventionalcommits',
4141
types: [
4242
{ type: 'feat', section: 'Features' },
4343
{ type: 'fix', section: 'Bug Fixes' },

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

-5
This file was deleted.

0 commit comments

Comments
 (0)