From 2de8a8b7c3b5f43ce97cee4000a497cec31c249a Mon Sep 17 00:00:00 2001 From: FairyEver <1711467488@qq.com> Date: Sun, 19 Apr 2020 11:00:47 +0800 Subject: [PATCH] ci(.releaserc.js): changelogTitle --- .releaserc.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.releaserc.js b/.releaserc.js index 8b3e7074..46d76b1d 100644 --- a/.releaserc.js +++ b/.releaserc.js @@ -7,8 +7,7 @@ module.exports = { '@semantic-release/changelog', { changelogFile: 'docs/CHANGELOG.md', - changelogTitle: - '# Changelog\n\nAll notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.' + changelogTitle: '# Changelog\n\nAll notable changes to this project will be documented in this file.' } ], [