From 229dac30bae18c5b06a4dc8ce9b4b43260959694 Mon Sep 17 00:00:00 2001 From: Joshua Klein Date: Sat, 8 Feb 2025 14:50:24 -0500 Subject: [PATCH] chore: patch release workflow --- Justfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Justfile b/Justfile index 77073ce..4e989ca 100644 --- a/Justfile +++ b/Justfile @@ -62,9 +62,10 @@ changelog version: print(buffer) -release tag: (changelog tag) (patch-version) +release tag: (patch-version) (changelog tag) #!/usr/bin/env bash + git add crates git add CHANGELOG.md git commit -m "chore: update changelog" git tag {{tag}}