Compare commits

..

No commits in common. "c072fea9a82e460cf60c0920e8c342907e31897b" and "15a0ca3224e55e610c165fdb679c280ed4fc000c" have entirely different histories.

2 changed files with 3 additions and 4 deletions

View File

@ -11,9 +11,6 @@ builds:
- amd64
- arm64
gitea_urls:
api: https://git.behzadan.ir/api/v1/
# If you want to push the release to GitHub, configure the GitHub section.
# You'll need a GitHub token with repo access stored in your environment as GITHUB_TOKEN.
release:
@ -23,6 +20,8 @@ release:
gitea:
owner: p
name: minitmpl
url: https://git.behzadan.ir
token: "{{ .Env.GITEA_TOKEN }}" # Use the GITEA_TOKEN environment variable
# If you want to create archives (tar.gz for Linux/Darwin, zip for Windows)
archives:

View File

@ -9,7 +9,7 @@ import (
"text/template"
)
const version = "1.0.1"
const version = "1.0.0"
func printHelp() {
helpText := fmt.Sprintf(`