summaryrefslogtreecommitdiff
path: root/release.sh
diff options
context:
space:
mode:
authorSanto Cariotti <santo@dcariotti.me>2024-09-03 14:30:48 +0200
committerSanto Cariotti <santo@dcariotti.me>2024-09-03 14:32:45 +0200
commit88d010e48cc24220cf8fdd375a6369a3f741d5d1 (patch)
tree6874df0d7347c5b9e041832a2572f7b592dc4ae7 /release.sh
parent0dbbefcc6e1a913efd3c21daebd7b6854406cee8 (diff)
Add auto commit
Diffstat (limited to 'release.sh')
-rwxr-xr-xrelease.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/release.sh b/release.sh
index 04e2f2f..473b997 100755
--- a/release.sh
+++ b/release.sh
@@ -4,4 +4,6 @@ if [ $# -eq 0 ]; then
fi
sed -i "3s/.*/version = \"$1\"/" Cargo.toml
+git add Carto.toml
+git commit -m "release: version $1"
git tag -a "v$1" -m "Version $1"