This commit is contained in:
Junegunn Choi
2021-11-04 00:59:04 +09:00
parent 673c5d886d
commit e4c3ecc57e
5 changed files with 6 additions and 5 deletions

View File

@@ -102,6 +102,7 @@ endif
grep -qF $(VERSION) install.ps1
# Make release note out of CHANGELOG.md
mkdir -p tmp
sed -n '/^$(VERSION_REGEX)$$/,/^[0-9]/p' CHANGELOG.md | tail -r | \
sed '1,/^ *$$/d' | tail -r | sed 1,2d | tee tmp/release-note