diff --git a/.goreleaser.yaml b/.goreleaser.yaml index 8ca1344..3d4664c 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -52,4 +52,27 @@ builds: goarch: - arm64 main: ./ - binary: goecs \ No newline at end of file + 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 \ No newline at end of file diff --git a/goecs.go b/goecs.go index 92d310c..dc4cf69 100644 --- a/goecs.go +++ b/goecs.go @@ -39,7 +39,7 @@ import ( ) var ( - ecsVersion = "v0.1.5" + ecsVersion = "v0.1.6" menuMode bool onlyChinaTest bool input, choice string diff --git a/goecs.sh b/goecs.sh index 581da6c..c3a49bd 100644 --- a/goecs.sh +++ b/goecs.sh @@ -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=""