mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2025-12-06 15:30:40 +01:00
feat(changelog): change style of BREAKING CHANGES header
This commit is contained in:
@@ -285,8 +285,9 @@ function display-release {
|
|||||||
(( $#breaking != 0 )) || return 0
|
(( $#breaking != 0 )) || return 0
|
||||||
|
|
||||||
case "$output" in
|
case "$output" in
|
||||||
|
text) fmt:header "\e[31mBREAKING CHANGES" 3 ;;
|
||||||
raw) fmt:header "BREAKING CHANGES" 3 ;;
|
raw) fmt:header "BREAKING CHANGES" 3 ;;
|
||||||
text|md) fmt:header "⚠ BREAKING CHANGES" 3 ;;
|
md) fmt:header "BREAKING CHANGES ⚠" 3 ;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
local hash subject
|
local hash subject
|
||||||
|
|||||||
Reference in New Issue
Block a user