From a30ef6b27e578a4cf0a674b24f5b52b4c1516c63 Mon Sep 17 00:00:00 2001 From: Jeroen Wijenbergh Date: Thu, 12 Feb 2026 12:34:08 +0100 Subject: All: Rename packages that sound useless or clash with std --- make_release.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'make_release.sh') diff --git a/make_release.sh b/make_release.sh index 02affb0..bbb633d 100755 --- a/make_release.sh +++ b/make_release.sh @@ -2,7 +2,7 @@ # This script was adapted from fkooman: https://git.sr.ht/~fkooman/vpn-daemon/tree/main/item/make_release.sh. Thanks! # -# Make a release of the version specified in internal/version/version.go and automatically release the artifacts +# Make a release of the version specified in internal/commonver/commonver.go and automatically release the artifacts # # Fail if error @@ -11,7 +11,7 @@ set -e echo "building $(git log -n 1 | head -n 1)" BRANCH="main" PROJECT_NAME=$(basename "${PWD}") -PROJECT_VERSION=$(grep -o 'const Version = "[^"]*' internal/version/version.go | cut -d '"' -f 2) +PROJECT_VERSION=$(grep -o 'const Version = "[^"]*' internal/commonver/commonver.go | cut -d '"' -f 2) PRERELEASE=false while [[ "$#" -gt 0 ]]; do -- cgit v1.2.3