diff options
author | Santo Cariotti <santo@dcariotti.me> | 2024-09-03 20:14:58 +0200 |
---|---|---|
committer | Santo Cariotti <santo@dcariotti.me> | 2024-09-03 20:15:52 +0200 |
commit | 32ba33078c2970b8658425260de287d6cde0db82 (patch) | |
tree | 3b3886a8eb2377fe021a054896cd5b7021b2e92e /release.sh | |
parent | e6cadc73edf20b4f959e8811cf7944d57fe6a5da (diff) |
Add notification type
Diffstat (limited to 'release.sh')
-rwxr-xr-x | release.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |