v0.0.1 - Fix root release helper to keep version computation logs on stderr and complete automated push/tag flow

This commit is contained in:
Laan Tungir
2026-04-29 13:10:57 -04:00
parent 6e2164abe5
commit faf2838632

View File

@@ -63,7 +63,7 @@ compute_next_version() {
if [[ -z "$latest_tag" ]]; then if [[ -z "$latest_tag" ]]; then
latest_tag="v0.0.0" 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 fi
local version="${latest_tag#v}" local version="${latest_tag#v}"