Skip to content

Commit

Permalink
Make release script update version in Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
kesslern committed Oct 9, 2020
1 parent 95d11bf commit 7c706a6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ fi
echo Creating release for dot-templater v$VERSION

mkdir dot-templater
sed -i -e "s/^version = .*/version = \"$VERSION\"/" Cargo.toml
make
make release
cp target/release/dot-templater dot-templater/
tar czf dot-templater-$VERSION-linux-x64.tar.gz dot-templater
Expand Down

0 comments on commit 7c706a6

Please sign in to comment.