Skip to content

Commit

Permalink
ci: 🔧 update to beta
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesChung committed Apr 14, 2023
1 parent bf4866d commit a3fe3e5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion cmd/cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 != "" {
Expand Down

0 comments on commit a3fe3e5

Please sign in to comment.