Skip to content

Commit

Permalink
chore(release): update Cargo.lock for v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun committed Apr 16, 2022
1 parent 202c87c commit c10b504
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ changelog=$(git diff -U0 "$changelog_file" | grep '^[+][^+]' | sed 's/^[+]//;s/^

sed "s/^version = \".*\" $version_suffix$/version = \"${1#v}\" $version_suffix/g" \
-i -- */Cargo.toml
cargo build

gawk -i inplace \
-v date="\"$(date +%Y-%m-%d)\"" \
Expand Down

0 comments on commit c10b504

Please # to comment.