#!/usr/bin/env bash
script/fmt
GO15VENDOREXPERIMENT=1 go run script/*.go -cmd release "$@"
