From a3fe3e55039bf34c2b1842e04d11645e45cb0a37 Mon Sep 17 00:00:00 2001 From: James Chung Date: Fri, 14 Apr 2023 02:11:04 -0500 Subject: [PATCH] ci: :wrench: update to beta --- Makefile | 4 ++-- cmd/cmd.go | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 0a995c2..8ff8a88 100644 --- a/Makefile +++ b/Makefile @@ -6,14 +6,14 @@ build: test: go test -v -.PHONY:release +.PHONY: release release: @git push goreleaser release --clean .PHONY: tag tag: - git tag -a v0.0.0-alpha-$$(date +"%Y%m%d%H%M%S") -m v0.0.0-alpha-$$(date +"%Y%m%d%H%M%S") + git tag -a v0.0.0-beta.$$(date +"%Y%m%d") -m v0.0.0-beta.$$(date +"%Y%m%d") .PHONY: local local: diff --git a/cmd/cmd.go b/cmd/cmd.go index 2d17d05..1ea1616 100644 --- a/cmd/cmd.go +++ b/cmd/cmd.go @@ -40,7 +40,7 @@ func NewCmd() *cobra.Command { rootCmd := &cobra.Command{ Use: "cprl", Short: "cprl", - Version: "v0.0.0-alpha", + Version: "v0.0.0-beta", Run: func(cmd *cobra.Command, args []string) { val := os.Getenv("CPRL_DOCS") if val != "" {