Skip to content

Commit

Permalink
fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
mkg20001 committed Jan 22, 2024
1 parent 1b2e0d0 commit 27eaa3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@

set -euo pipefail

VERSION=$(git show --oneline --pretty=format:'%h %ad [%an] %s' HEAD~...HEAD | head -n 1)
VERSION=$(git show --oneline --pretty=format:'%h %ad [%an] %s' | head -n 1)
sed -i "2i version: $VERSION" README.md

0 comments on commit 27eaa3c

Please sign in to comment.