Skip to content

Commit

Permalink
chore: auto signoff after schema update
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Meier <[email protected]>
  • Loading branch information
astromechza committed Feb 9, 2024
1 parent baa2dfb commit 5411af8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ default:
update-schema:
rm -fv schema/files/score-v1b1.json.modified
git subtree pull --prefix schema/files [email protected]: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
Expand Down

0 comments on commit 5411af8

Please sign in to comment.