summaryrefslogtreecommitdiff
path: root/release.sh
diff options
context:
space:
mode:
authorSanto Cariotti <santo@dcariotti.me>2024-09-03 20:14:58 +0200
committerSanto Cariotti <santo@dcariotti.me>2024-09-03 20:15:52 +0200
commit32ba33078c2970b8658425260de287d6cde0db82 (patch)
tree3b3886a8eb2377fe021a054896cd5b7021b2e92e /release.sh
parente6cadc73edf20b4f959e8811cf7944d57fe6a5da (diff)
Add notification type
Diffstat (limited to 'release.sh')
-rwxr-xr-xrelease.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/release.sh b/release.sh
index 473b997..25e374f 100755
--- a/release.sh
+++ b/release.sh
@@ -4,6 +4,6 @@ if [ $# -eq 0 ]; then
fi
sed -i "3s/.*/version = \"$1\"/" Cargo.toml
-git add Carto.toml
+git add Cargo.*
git commit -m "release: version $1"
git tag -a "v$1" -m "Version $1"