From cd1dd9724255b65b0e91d5b4e6bee85b74e191f0 Mon Sep 17 00:00:00 2001 From: zontreck Date: Sat, 5 Oct 2024 12:03:48 -0700 Subject: [PATCH] build(push-script): add cz bump instruction Signed-off-by: zontreck --- push | 1 + 1 file changed, 1 insertion(+) diff --git a/push b/push index 9b6b6f6..dbee8d7 100755 --- a/push +++ b/push @@ -1,4 +1,5 @@ #!/bin/bash +cz bump git push --all git push --tags