Skip to content

Commit

Permalink
Update getReleaseInfo.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Bluemangoo authored Apr 30, 2024
1 parent 4bc2a0b commit cb26981
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/getReleaseInfo.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
version=$(grep version Cargo.toml -m 1 | cut -d'=' -f2 | tr -d "\r" | tr -d ' ' | tr -d '"' | tr -d "'")
echo $version
release_info=release.md
echo "## Changes" > $release_info
number=$(git log --oneline $(git rev-parse `git describe --tags --abbrev=0`)..HEAD | wc -l)
Expand Down

0 comments on commit cb26981

Please sign in to comment.