Skip to content

Commit

Permalink
feat(@142vip/changelog): 修改默认配置,CHANGELOG文档支持release类型提交
Browse files Browse the repository at this point in the history
  • Loading branch information
mmdapl committed Aug 6, 2024
1 parent d426349 commit 29f00d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/changelog/src/core/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ const defaultConfig: ChangelogOptions = {
docs: { title: '📖 Documentation', semver: 'patch' },
build: { title: '📦 Build', semver: 'patch' },
types: { title: '🌊 Types', semver: 'patch' },
release: { title: '😏 Release Packages', semver: 'patch' },
},
titles: {
breakingChanges: '🚨 Breaking Changes',
Expand Down

0 comments on commit 29f00d1

Please sign in to comment.