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
build(make): add 'tag' target to tag + push all 3 release tag namespaces
make tag VERSION=X.Y.Z creates and pushes v<version>, go/cpex/v<version>, and
<version>. Validates VERSION is semver and fails before any git command on a
bad or missing value.
Signed-off-by: Frederico Araujo <frederico.araujo@ibm.com>
0 commit comments