v0.1.6 - 修复误删除强制修改release格式的问题

This commit is contained in:
spiritlhl
2025-01-18 14:33:07 +08:00
parent eb03d50cd2
commit bafd77e2f5
3 changed files with 27 additions and 4 deletions

View File

@@ -53,3 +53,26 @@ builds:
- arm64
main: ./
binary: goecs
universal_binaries:
- name_template: "goecs"
replace: false
checksum:
name_template: "checksums.txt"
snapshot:
name_template: "goecs"
archives:
- name_template: "goecs_{{ .Os }}_{{ .Arch }}"
format: zip
files:
- none*
changelog:
sort: asc
filters:
exclude:
- "^docs:"
- "^test:"
- "^chore"
- Merge pull request
- Merge branch
- go mod tidy
- New translations

View File

@@ -39,7 +39,7 @@ import (
)
var (
ecsVersion = "v0.1.5"
ecsVersion = "v0.1.6"
menuMode bool
onlyChinaTest bool
input, choice string

View File

@@ -168,8 +168,8 @@ goecs_check() {
sleep 1
done
if [ -z "$ECS_VERSION" ]; then
_yellow "Unable to get version info, using default version 0.1.5"
ECS_VERSION="0.1.5"
_yellow "Unable to get version info, using default version 0.1.6"
ECS_VERSION="0.1.6"
fi
# Check if original goecs command exists
version_output=""