Fixed the releasenotes and the script for it

This commit is contained in:
Linus Probert 2018-05-17 23:18:35 +02:00
parent 998501ae42
commit f1206811d0
2 changed files with 5 additions and 1 deletions

View File

@ -0,0 +1,4 @@
998501a Patch version raised to 6
2813a57 Separate player movement from input event loop.
c4dc838 Monsters now indicate their state with speech bubbles
f049d66 Fixed releasenotes and script again

View File

@ -9,7 +9,7 @@ NEXT_TAG=early-access-v$NEXT_VERSION
# Update the version and create release notes
sed -i -e "s/breakhack_PATCH_VERSION [0-9]\+/breakhack_PATCH_VERSION $NEXT_VERSION/" CMakeLists.txt
git log --oneline $LAST_TAG..$NEXT_TAG > build/releasenotes/$NEXT_TAG.txt
git log --oneline $LAST_TAG..HEAD > build/releasenotes/$NEXT_TAG.txt
git add build/releasenotes/$NEXT_TAG.txt
git commit -a -m"Patch version raised to $NEXT_VERSION"