From faf28386327728c04a2b1b81e45f5919849dde80 Mon Sep 17 00:00:00 2001 From: Laan Tungir Date: Wed, 29 Apr 2026 13:10:57 -0400 Subject: [PATCH] v0.0.1 - Fix root release helper to keep version computation logs on stderr and complete automated push/tag flow --- increment_and_push.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/increment_and_push.sh b/increment_and_push.sh index 6a16e559..e7be6dbc 100755 --- a/increment_and_push.sh +++ b/increment_and_push.sh @@ -63,7 +63,7 @@ compute_next_version() { if [[ -z "$latest_tag" ]]; then latest_tag="v0.0.0" - print_warning "No existing semantic tags found. Starting from $latest_tag" + print_warning "No existing semantic tags found. Starting from $latest_tag" >&2 fi local version="${latest_tag#v}"