Compare commits

..

2 Commits

Author SHA1 Message Date
c072fea9a8 Set version to "1.0.1" 2024-02-15 18:57:13 +03:30
1fda61192f Different config for gitea in .goreleaser.yml 2024-02-15 18:55:53 +03:30
2 changed files with 4 additions and 3 deletions

View File

@ -11,6 +11,9 @@ 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:
@ -20,8 +23,6 @@ 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.0"
const version = "1.0.1"
func printHelp() {
helpText := fmt.Sprintf(`