From dd2112f8591122fe7492f16d19fdbea084cc9bd7 Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Thu, 21 Nov 2024 23:55:04 +0900 Subject: [PATCH] Update release-plz links --- TOOLS.md | 2 +- manifests/release-plz.json | 2 +- tools/codegen/base/release-plz.json | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/TOOLS.md b/TOOLS.md index 89ed4718..7e5bae28 100644 --- a/TOOLS.md +++ b/TOOLS.md @@ -54,7 +54,7 @@ See the [Supported tools section in README.md](README.md#supported-tools) for ho | [**parse-changelog**](https://github.com/taiki-e/parse-changelog) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/taiki-e/parse-changelog/releases) | Linux, macOS, Windows | [Apache-2.0](https://github.com/taiki-e/parse-changelog/blob/main/LICENSE-APACHE) OR [MIT](https://github.com/taiki-e/parse-changelog/blob/main/LICENSE-MIT) | | [**protoc**](https://github.com/protocolbuffers/protobuf) | `$HOME/.install-action/bin` | [GitHub Releases](https://github.com/protocolbuffers/protobuf/releases) | Linux, macOS, Windows | [BSD-3-Clause](https://github.com/protocolbuffers/protobuf/blob/HEAD/LICENSE) | | [**rclone**](https://github.com/rclone/rclone) | `$HOME/.install-action/bin` | [GitHub Releases](https://github.com/rclone/rclone/releases) | Linux, macOS, Windows | [MIT](https://github.com/rclone/rclone/blob/master/COPYING) | -| [**release-plz**](https://release-plz.ieni.dev/) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/MarcoIeni/release-plz/releases) | Linux, macOS, Windows | [MIT](https://github.com/MarcoIeni/release-plz/blob/main/LICENSE-MIT) OR [Apache-2.0](https://github.com/MarcoIeni/release-plz/blob/main/LICENSE-APACHE) | +| [**release-plz**](https://release-plz.dev/) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/release-plz/release-plz/releases) | Linux, macOS, Windows | [MIT](https://github.com/release-plz/release-plz/blob/main/LICENSE-MIT) OR [Apache-2.0](https://github.com/release-plz/release-plz/blob/main/LICENSE-APACHE) | | [**sccache**](https://github.com/mozilla/sccache) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/mozilla/sccache/releases) | Linux, macOS, Windows | [Apache-2.0](https://github.com/mozilla/sccache/blob/main/LICENSE) | | [**shellcheck**](https://www.shellcheck.net) | `$HOME/.install-action/bin` | [GitHub Releases](https://github.com/koalaman/shellcheck/releases) | Linux, macOS, Windows | [GPL-3.0](https://github.com/koalaman/shellcheck/blob/master/LICENSE) | | [**shfmt**](https://github.com/mvdan/sh) | `$HOME/.install-action/bin` | [GitHub Releases](https://github.com/mvdan/sh/releases) | Linux, macOS, Windows | [BSD-3-Clause](https://github.com/mvdan/sh/blob/master/LICENSE) | diff --git a/manifests/release-plz.json b/manifests/release-plz.json index 75dcc532..efa43f53 100644 --- a/manifests/release-plz.json +++ b/manifests/release-plz.json @@ -20,7 +20,7 @@ "url": "https://github.com/MarcoIeni/release-plz/releases/download/release-plz-v${version}/release-plz-aarch64-pc-windows-msvc.tar.gz" } }, - "license_markdown": "[MIT](https://github.com/MarcoIeni/release-plz/blob/main/LICENSE-MIT) OR [Apache-2.0](https://github.com/MarcoIeni/release-plz/blob/main/LICENSE-APACHE)", + "license_markdown": "[MIT](https://github.com/release-plz/release-plz/blob/main/LICENSE-MIT) OR [Apache-2.0](https://github.com/release-plz/release-plz/blob/main/LICENSE-APACHE)", "latest": { "version": "0.3.108" }, diff --git a/tools/codegen/base/release-plz.json b/tools/codegen/base/release-plz.json index df61ccb6..ee3042c1 100644 --- a/tools/codegen/base/release-plz.json +++ b/tools/codegen/base/release-plz.json @@ -1,6 +1,6 @@ { - "repository": "https://github.com/MarcoIeni/release-plz", - "website": "https://release-plz.ieni.dev/", + "repository": "https://github.com/release-plz/release-plz", + "website": "https://release-plz.dev/", "tag_prefix": "release-plz-v", "rust_crate": "${package}", "asset_name": "${package}-${rust_target}.tar.gz",