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:
@@ -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}"
|
||||
|
||||
Reference in New Issue
Block a user