You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@ v=`ls -r dist | head -1 | sed -e 's/cloudflare-\([0-9.]*\)\.tar.*/\1/'`;echo"\tDIST VERSION ="$$v ; (git tag | fgrep -q "$$v") &&echo"\tGIT TAG EXISTS"
tag: sdist
@ v=`ls -r dist | head -1 | sed -e 's/cloudflare-\([0-9.]*\)\.tar.*/\1/'`;echo"\tDIST VERSION ="$$v ; (git tag | fgrep -q "$$v") || git tag "$$v"
sign:
v=`ls -r dist | head -1 | sed -e 's/cloudflare-\([0-9.]*\)\.tar.*/\1/'`;echo"\tDIST VERSION ="$$v ;\