Skip to content

Commit

Permalink
Bump version to 2.1.0
Browse files Browse the repository at this point in the history
This release includes path finding option thanks to @jeremv42
You still need generated NavMeshes.
These can be built via https://github.com/thekroko/uthgard-opensource/tree/master/pathing/buildnav
  • Loading branch information
NetDwarf committed Aug 28, 2023
1 parent d1d3f60 commit 98424f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Generate Release Info
id: release_info
run: |
version="2.0.0"
version="2.1.0"
last_version_tag=$(git tag -l --sort=creatordate | grep -E '^([0-9]+\.){3}[0-9]+$' | tail -n1)
git log origin/master --first-parent --format="%s%n%w(0,4,4)%b" "$last_version_tag".. | grep -v "^$" >> patch_notes.txt
if [ ! -s patch_notes.txt ]; then echo "No commits since last run."; exit 1; fi #fail if empty
Expand Down

0 comments on commit 98424f9

Please sign in to comment.