Skip to content

Commit

Permalink
Version bump to 2.0.0 (#454)
Browse files Browse the repository at this point in the history
  • Loading branch information
NetDwarf authored Feb 23, 2023
1 parent 349410b commit 4a441a1
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="1.9.7"
version="2.0.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 4a441a1

Please sign in to comment.