From 5411af85fbdbf61b547fb7fb9819d5747966a5ba Mon Sep 17 00:00:00 2001 From: Ben Meier Date: Fri, 9 Feb 2024 10:27:11 +0000 Subject: [PATCH] chore: auto signoff after schema update Signed-off-by: Ben Meier --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index be91bb8..204da12 100644 --- a/Makefile +++ b/Makefile @@ -11,6 +11,7 @@ default: update-schema: rm -fv schema/files/score-v1b1.json.modified git subtree pull --prefix schema/files git@github.com:score-spec/schema.git main --squash -m "chore: updated score specification" + git log -1 --pretty=%B | grep "chore: updated score specification" && git commit --amend -s --no-edit ## Generate types .PHONY: generate