mirror of
https://github.com/oneclickvirt/ecs.git
synced 2025-10-29 10:02:30 +08:00
v0.1.6 - 修复误删除强制修改release格式的问题
This commit is contained in:
@@ -53,3 +53,26 @@ builds:
|
|||||||
- arm64
|
- arm64
|
||||||
main: ./
|
main: ./
|
||||||
binary: goecs
|
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
|
||||||
2
goecs.go
2
goecs.go
@@ -39,7 +39,7 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
var (
|
var (
|
||||||
ecsVersion = "v0.1.5"
|
ecsVersion = "v0.1.6"
|
||||||
menuMode bool
|
menuMode bool
|
||||||
onlyChinaTest bool
|
onlyChinaTest bool
|
||||||
input, choice string
|
input, choice string
|
||||||
|
|||||||
4
goecs.sh
4
goecs.sh
@@ -168,8 +168,8 @@ goecs_check() {
|
|||||||
sleep 1
|
sleep 1
|
||||||
done
|
done
|
||||||
if [ -z "$ECS_VERSION" ]; then
|
if [ -z "$ECS_VERSION" ]; then
|
||||||
_yellow "Unable to get version info, using default version 0.1.5"
|
_yellow "Unable to get version info, using default version 0.1.6"
|
||||||
ECS_VERSION="0.1.5"
|
ECS_VERSION="0.1.6"
|
||||||
fi
|
fi
|
||||||
# Check if original goecs command exists
|
# Check if original goecs command exists
|
||||||
version_output=""
|
version_output=""
|
||||||
|
|||||||
Reference in New Issue
Block a user