From 17ec928b6534f2a011a64ed7252af44339214aa7 Mon Sep 17 00:00:00 2001 From: Sudo-Ivan Date: Fri, 26 Dec 2025 22:48:10 -0600 Subject: [PATCH] Add publish target to Makefile to streamline package publishing process --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index d1715c0..955b292 100644 --- a/Makefile +++ b/Makefile @@ -27,3 +27,6 @@ bench: load-test: go run tests/load.go +publish: + ./scripts/publish.sh +