From 189668553d7c807de298f6231cf54dd25bcfff5b Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sun, 17 Aug 2025 22:31:16 -0500 Subject: [PATCH] commit shortcut --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index f53f5da..3aa4117 100644 --- a/Makefile +++ b/Makefile @@ -46,3 +46,6 @@ block.pb.go: block.proto commit: FORGE_URL="https://forge.grid.wit.com/" forge commit --all + +submit: + FORGE_URL="https://forge.grid.wit.com/" forge patch --submit "forge auto commit"