Skip to main content
Module

x/validasaur/release.sh

Deno validation library
Very Popular
Go to Latest
File
#!/bin/bashset -e
# Replace version name in egg.jsonsed -i "s/\"version\": \".*\"/\"version\": \"$1\"/" egg.json
git add egg.jsongit commit -m $1git tag $1