Skip to content

Commit

Permalink
Update release script
Browse files Browse the repository at this point in the history
  • Loading branch information
shanev committed Feb 2, 2023
1 parent cd19387 commit bc6bbaf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,6 @@ make schema
# hack to fix schema generation
rm -rf contracts/base-factory/schema/raw contracts/base-minter/schema/raw/ contracts/sg-eth-airdrop/schema/raw/ contracts/splits/schema/raw/ contracts/whitelist-immutable/schema/raw/

echo "Push tag to Github"
git tag -a v$1 -m "Release $1"
git push origin v$1

0 comments on commit bc6bbaf

Please sign in to comment.