We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4367bf commit dfad443Copy full SHA for dfad443
.github/workflows/release.yml
@@ -3,7 +3,7 @@ name: Build binary files
3
on:
4
push:
5
tags:
6
- - '🔖 v*.*'
+ - 'v*.*.*'
7
pull_request:
8
branches:
9
- main
cmd/main.go
@@ -6,7 +6,7 @@ import (
"github.com/spf13/cobra"
)
-const Version = "0.1"
+const Version = "0.1.0"
10
11
var rootCmd = &cobra.Command{
12
Use: "munager",
0 commit comments