Skip to content

Commit b769bf2

Browse files
authored
feat(@142vip/changelog): 修复CONFIG_DEFAULT_HEADER默认值对应的跳转链接 (#586)
1 parent f1eb445 commit b769bf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/changelog/src/shared/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export const CONFIG_DEFAULT_NAME = 'changelog' as string
1111
*/
1212
export const CONFIG_DEFAULT_HEADER = `# Changelog
1313
14-
All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.
14+
All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1515
1616
` as string
1717

0 commit comments

Comments
 (0)