feat(release): add release check command

This commit is contained in:
2021-06-08 00:13:32 +01:00
parent 87ecfbcec0
commit 276a9da5ee
3 changed files with 205 additions and 0 deletions

View File

@@ -48,6 +48,7 @@ func New(version, commit, date string) *CLI {
signCmd(),
notarizeCmd(),
packageCmd(),
releaseCmd(),
{
Name: "version",
Usage: "print the version",