mirror of
https://github.com/mfontanini/presenterm.git
synced 2025-05-05 15:32:58 +00:00
Don't include version + date in release notes
This commit is contained in:
parent
e32e2f9d96
commit
e3a85c58f4
@ -23,4 +23,4 @@ version_line=$(echo "$releases" | grep "$version" | cut -d : -f 1)
|
||||
next_line=$(echo "$releases" | grep "$version" -A 1 -m 1 | tail -n 1 | cut -d : -f 1)
|
||||
let next_line=("$next_line" - 1)
|
||||
|
||||
sed -n "${version_line},${next_line}p" "$changelog"
|
||||
sed -n "${version_line},${next_line}p" "$changelog" | tail -n +3
|
||||
|
Loading…
x
Reference in New Issue
Block a user