mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-14 01:40:09 +00:00
fix(changelog): generate correct commit link in markdown (#11356)
This commit is contained in:
parent
c35ca17258
commit
1aa58d42a5
1 changed files with 1 additions and 1 deletions
|
@ -209,7 +209,7 @@ function display-release {
|
||||||
case "$output" in
|
case "$output" in
|
||||||
raw) printf '%s' "$hash" ;;
|
raw) printf '%s' "$hash" ;;
|
||||||
text) printf '\e[33m%s\e[0m' "$hash" ;; # red
|
text) printf '\e[33m%s\e[0m' "$hash" ;; # red
|
||||||
md) printf '[`%s`](https://github.com/ohmyzsh/ohmyzsh/commit/%s)' "$hash" ;;
|
md) printf '[`%s`](https://github.com/ohmyzsh/ohmyzsh/commit/%s)' "$hash" "$hash" ;;
|
||||||
esac
|
esac
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue