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:
parent
30527371fc
commit
81458ab4be
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ module.exports.getFinalChangelog = function getFinalChangelog(options) {
|
||||||
}
|
}
|
||||||
|
|
||||||
if (_.isEmpty(changelog)) {
|
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);
|
finalChangelog = finalChangelog.concat(changelog);
|
||||||
|
|
Loading…
Add table
Reference in a new issue