diff --git a/release.sh b/release.sh new file mode 100755 index 0000000..7863cee --- /dev/null +++ b/release.sh @@ -0,0 +1 @@ +cargo publish && cargo build --release && git add Cargo.lock && git commit -m 'Updating lock file' && gpsup \ No newline at end of file