Skip to content

Commit 65f6c53

Browse files
committed
Release v5.1.0
1 parent eaa3577 commit 65f6c53

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,7 @@ VERSION:=$(shell git describe --tags)
33
check:
44
cargo run --manifest-path schema_validator/Cargo.toml --release -- schema.json tests/generated
55

6+
# Build a tarball for a release.
7+
# To make a new release: `git tag -s vX.Y.Z`
68
release:
79
tar -czvf eip-3076-tests-$(VERSION).tar.gz tests/

0 commit comments

Comments
 (0)