chore: cleanup and prepare v1.1.0 release

This commit is contained in:
LC mac
2026-01-10 00:50:50 +08:00
parent 0a748dd8b0
commit 27ee16f21a

View File

@@ -257,7 +257,7 @@ info:
@echo " Docker: $(shell docker --version 2>/dev/null || echo 'not found')"
# ---------- Release Management ----------
VERSION := $(shell grep -oP "VERSION = \"\K[^\"]+" src/pyhdwallet.py || echo "v1.1.0")
VERSION := $(shell grep 'VERSION = ' src/pyhdwallet.py | head -1 | sed 's/.*"\(.*\)".*/\1/' || echo "v1.1.0")
RELEASE_DIR := releases/$(VERSION)
.PHONY: release-prep