From 681194fc1f58612e89a765ae0a8fd58724ce68cb Mon Sep 17 00:00:00 2001 From: "Waylon S. Walker" Date: Wed, 23 Apr 2025 20:00:20 -0500 Subject: [PATCH] fix justfile format --- justfile | 1 - 1 file changed, 1 deletion(-) diff --git a/justfile b/justfile index 5e9b035..f62f5c9 100644 --- a/justfile +++ b/justfile @@ -45,7 +45,6 @@ create-archives: # chmod +x dist/install.sh create-release: create-tag create-archives -# create-release: #!/usr/bin/env bash VERSION=$(hatch version) ./scripts/get_release_notes.py "$VERSION" > release_notes.tmp