diff --git a/.goreleaser.yaml b/.goreleaser.yaml index 00a74e0df..49b3b6680 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -88,7 +88,7 @@ snapshot: version_template: "{{ incpatch .Version }}" changelog: - use: git + use: github groups: - title: Features regexp: "^.*feat[(\\w)]*:+.*$" diff --git a/README.md b/README.md index b9c484bf7..2521dcc43 100644 --- a/README.md +++ b/README.md @@ -260,19 +260,19 @@ go install github.com/appleboy/gorush On linux ```sh -wget https://github.com/appleboy/gorush/releases/download/v1.16.3/gorush-1.16.3-linux-amd64 -O gorush +wget https://github.com/appleboy/gorush/releases/download/v1.18.9/gorush-1.18.9-linux-amd64 -O gorush ``` On macOS (Intel amd64) ```sh -wget -c https://github.com/appleboy/gorush/releases/download/v1.16.3/gorush-1.16.3-darwin-amd64 -O gorush +wget -c https://github.com/appleboy/gorush/releases/download/v1.18.9/gorush-1.18.9-darwin-amd64 -O gorush ``` On macOS (Apple arm64) ```sh -wget -c https://github.com/appleboy/gorush/releases/download/v1.16.3/gorush-1.16.3-darwin-arm64 -O gorush +wget -c https://github.com/appleboy/gorush/releases/download/v1.18.9/gorush-1.18.9-darwin-arm64 -O gorush ``` ### Install from source @@ -280,7 +280,7 @@ wget -c https://github.com/appleboy/gorush/releases/download/v1.16.3/gorush-1.16 #### Prerequisite Tools - [Git](http://git-scm.com/) -- [Go (at least Go 1.21)](https://go.dev/dl/) +- [Go (at least Go 1.22)](https://go.dev/dl/) #### Fetch from GitHub