You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
describe: 'Use a custom header when generating and updating changelog.'
95
+
describe: '[DEPRECATED] Use a custom header when generating and updating changelog.\nThis option will be removed in the next major version, please use --header.'
* Sets the default for `header` (provided by the spec) for backwards
28
+
* compatibility. This should be removed in the next major version.
29
+
*/
30
+
defaults.header='# Changelog\n\nAll notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.\n'
Copy file name to clipboardExpand all lines: lib/lifecycles/changelog.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ module.exports = Changelog
26
26
functionoutputChangelog(args,newVersion){
27
27
returnnewPromise((resolve,reject)=>{
28
28
createIfMissing(args)
29
-
constheader=args.changelogHeader||'# Changelog\n\nAll notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.\n'
0 commit comments