From b95ea886988f2ceb91181ae1c1d816f71b3a9e83 Mon Sep 17 00:00:00 2001 From: appleboy Date: Sat, 4 Jan 2025 20:53:11 +0800 Subject: [PATCH] docs: update documentation and configuration for latest release - Change changelog source from git to GitHub in `.goreleaser.yaml` - Update download links in `README.md` to use gorush version 1.18.9 - Update Go version requirement in `README.md` to at least Go 1.22 Signed-off-by: appleboy --- .goreleaser.yaml | 2 +- README.md | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) 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