Fixed the releasenotes and the script for it
This commit is contained in:
parent
998501ae42
commit
f1206811d0
|
@ -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
|
|
@ -9,7 +9,7 @@ NEXT_TAG=early-access-v$NEXT_VERSION
|
||||||
|
|
||||||
# Update the version and create release notes
|
# Update the version and create release notes
|
||||||
sed -i -e "s/breakhack_PATCH_VERSION [0-9]\+/breakhack_PATCH_VERSION $NEXT_VERSION/" CMakeLists.txt
|
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 add build/releasenotes/$NEXT_TAG.txt
|
||||||
git commit -a -m"Patch version raised to $NEXT_VERSION"
|
git commit -a -m"Patch version raised to $NEXT_VERSION"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue