0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-17 23:44:39 -05:00

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);