diff options
Diffstat (limited to 'tools/changelog.sh')
-rwxr-xr-x | tools/changelog.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/changelog.sh b/tools/changelog.sh index 6913ae49a..b4b8d0c9e 100755 --- a/tools/changelog.sh +++ b/tools/changelog.sh @@ -285,8 +285,9 @@ function display-release { (( $#breaking != 0 )) || return 0 case "$output" in + text) fmt:header "\e[31mBREAKING CHANGES" 3 ;; raw) fmt:header "BREAKING CHANGES" 3 ;; - text|md) fmt:header "⚠ BREAKING CHANGES" 3 ;; + md) fmt:header "BREAKING CHANGES ⚠" 3 ;; esac local hash subject |