Updated default changelog content if no emojis exist

no issue

- taken from internal feedback
This commit is contained in:
Daniel Lockyer 2022-02-04 14:25:44 +01:00
parent 30527371fc
commit 81458ab4be

View File

@ -85,7 +85,7 @@ module.exports.getFinalChangelog = function getFinalChangelog(options) {
}
if (_.isEmpty(changelog)) {
changelog = ['No user-visible changes in this release.'];
changelog = ['This release contains fixes for minor bugs and issues reported by Ghost users.'];
}
finalChangelog = finalChangelog.concat(changelog);