summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 78dfc86c..91c5711e 100644
--- a/Makefile
+++ b/Makefile
@@ -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