From 55ac54832e377c7b3d44c96899efcc346b920519 Mon Sep 17 00:00:00 2001 From: AdrianEddy Date: Tue, 22 Oct 2024 22:46:04 +0200 Subject: [PATCH] Update Justfile --- Justfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Justfile b/Justfile index dfc1951..b482268 100644 --- a/Justfile +++ b/Justfile @@ -38,6 +38,7 @@ publish version: sed -i'' -E "0,/version = \"[0-9\.a-z-]+\"/s//version = \"{{version}}\"/" adobe/Cargo.toml sed -i'' -E "0,/version = \"[0-9\.a-z-]+\"/s//version = \"{{version}}\"/" openfx/Cargo.toml sed -i'' -E "0,/version = \"[0-9\.a-z-]+\"/s//version = \"{{version}}\"/" frei0r/Cargo.toml + just update git commit -a -m "Release v{{version}}" git tag -a "v{{version}}" -m "Release v{{version}}" git push origin