We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eaa3577 commit 65f6c53Copy full SHA for 65f6c53
Makefile
@@ -3,5 +3,7 @@ VERSION:=$(shell git describe --tags)
3
check:
4
cargo run --manifest-path schema_validator/Cargo.toml --release -- schema.json tests/generated
5
6
+# Build a tarball for a release.
7
+# To make a new release: `git tag -s vX.Y.Z`
8
release:
9
tar -czvf eip-3076-tests-$(VERSION).tar.gz tests/
0 commit comments