diff options
author | Santo Cariotti <santo@dcariotti.me> | 2024-09-03 14:30:48 +0200 |
---|---|---|
committer | Santo Cariotti <santo@dcariotti.me> | 2024-09-03 14:32:45 +0200 |
commit | 88d010e48cc24220cf8fdd375a6369a3f741d5d1 (patch) | |
tree | 6874df0d7347c5b9e041832a2572f7b592dc4ae7 /release.sh | |
parent | 0dbbefcc6e1a913efd3c21daebd7b6854406cee8 (diff) |
Add auto commit
Diffstat (limited to 'release.sh')
-rwxr-xr-x | release.sh | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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" |