summaryrefslogtreecommitdiff
path: root/scripts/release
diff options
context:
space:
mode:
authorSanto Cariotti <santo@dcariotti.me>2024-10-04 12:27:29 +0200
committerSanto Cariotti <santo@dcariotti.me>2024-10-04 12:27:29 +0200
commit60fd781aced0f63ccdea8eb0a0836ffef75e70a3 (patch)
treec13c1bfbcfe0e4a5baf919e86b0dcedc8a51c46e /scripts/release
parent9ceec25b3d5f00182e0b7170365f202abb1c83ff (diff)
Add version label on Dockerfile
Diffstat (limited to 'scripts/release')
-rwxr-xr-xscripts/release1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/release b/scripts/release
index 9c513f4..86e3130 100755
--- a/scripts/release
+++ b/scripts/release
@@ -4,6 +4,7 @@ if [ $# -eq 0 ]; then
fi
sed -i "3s/.*/version = \"$1\"/" Cargo.toml
+sed -i "12s/.*/LABEL version=\"$1\"/" Dockerfile
cargo c
git add Cargo.*
git commit -m "release: version $1"