mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-24 03:14:03 +03:00
Updated default changelog content if no emojis exist
no issue - taken from internal feedback
This commit is contained in:
parent
30527371fc
commit
81458ab4be
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user