Compare commits

...

4 Commits

Author SHA1 Message Date
Taiki Endo
48b904a029 Release 2.44.0 2024-09-16 01:17:47 +09:00
Taiki Endo
14c87d2c9c Update changelog 2024-09-16 01:17:03 +09:00
Taiki Endo
0c760d6327 codegen: Add version_range to release-plz
Old releases don't have linux-musl binary.
2024-09-16 01:15:37 +09:00
Vitalii Kryvenko
43127da3b2 Add release-plz (#649) 2024-09-16 00:28:09 +09:00
4 changed files with 1724 additions and 8 deletions

View File

@@ -10,6 +10,10 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
## [Unreleased] ## [Unreleased]
## [2.44.0] - 2024-09-15
- Support `release-plz`. ([#649](https://github.com/taiki-e/install-action/pull/649), thanks @Veetaha)
## [2.43.7] - 2024-09-15 ## [2.43.7] - 2024-09-15
- Update `knope@latest` to 0.18.1. - Update `knope@latest` to 0.18.1.
@@ -609,7 +613,7 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
- Update `cargo-deny@latest` to 0.14.23. - Update `cargo-deny@latest` to 0.14.23.
- Support `cargo-deny` on aarch64 Linux. - Support `cargo-deny` on AArch64 Linux.
## [2.33.13] - 2024-05-03 ## [2.33.13] - 2024-05-03
@@ -911,9 +915,9 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
## [2.27.15] - 2024-03-02 ## [2.27.15] - 2024-03-02
- Support `biome` on x86_64/aarch64 Linux (musl). - Support `biome` on x86_64/AArch64 Linux (musl).
- Support `zola` on aarch64 macOS. (Previously x86_64 macOS binary is used as fallback.) - Support `zola` on AArch64 macOS. (Previously x86_64 macOS binary is used as fallback.)
## [2.27.14] - 2024-03-01 ## [2.27.14] - 2024-03-01
@@ -1347,7 +1351,7 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
- Update `biome@latest` to 1.3.3. - Update `biome@latest` to 1.3.3.
- Support `dprint` on aarch64 Linux (musl). - Support `dprint` on AArch64 Linux (musl).
## [2.21.5] - 2023-10-30 ## [2.21.5] - 2023-10-30
@@ -1963,7 +1967,7 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
- Update `cargo-nextest@latest` to 0.9.52. - Update `cargo-nextest@latest` to 0.9.52.
- Support `cargo-udeps` on x86_64 Linux (musl) and aarch64 Linux/macOS/Windows. - Support `cargo-udeps` on x86_64 Linux (musl) and AArch64 Linux/macOS/Windows.
## [2.8.0] - 2023-05-03 ## [2.8.0] - 2023-05-03
@@ -2195,7 +2199,7 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
- Update `cargo-binstall@latest` to 0.19.1. - Update `cargo-binstall@latest` to 0.19.1.
- Support `cargo-binstall` on aarch64 Windows. - Support `cargo-binstall` on AArch64 Windows.
## [2.2.0] - 2023-01-11 ## [2.2.0] - 2023-01-11
@@ -2296,7 +2300,7 @@ Note: This release is considered a breaking change because installing on version
## [1.17.0] - 2022-12-14 ## [1.17.0] - 2022-12-14
- Update `protoc@latest` to 3.21.12. - Update `protoc@latest` to 3.21.12.
- Support aarch64 self-hosted runners (Linux, macOS, Windows). - Support AArch64 self-hosted runners (Linux, macOS, Windows).
- Improve support for Fedora/RHEL based containers/self-hosted runners. - Improve support for Fedora/RHEL based containers/self-hosted runners.
## [1.16.0] - 2022-12-14 ## [1.16.0] - 2022-12-14
@@ -2730,7 +2734,8 @@ Note: This release is considered a breaking change because installing on version
Initial release Initial release
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.43.7...HEAD [Unreleased]: https://github.com/taiki-e/install-action/compare/v2.44.0...HEAD
[2.44.0]: https://github.com/taiki-e/install-action/compare/v2.43.7...v2.44.0
[2.43.7]: https://github.com/taiki-e/install-action/compare/v2.43.6...v2.43.7 [2.43.7]: https://github.com/taiki-e/install-action/compare/v2.43.6...v2.43.7
[2.43.6]: https://github.com/taiki-e/install-action/compare/v2.43.5...v2.43.6 [2.43.6]: https://github.com/taiki-e/install-action/compare/v2.43.5...v2.43.6
[2.43.5]: https://github.com/taiki-e/install-action/compare/v2.43.4...v2.43.5 [2.43.5]: https://github.com/taiki-e/install-action/compare/v2.43.4...v2.43.5

View File

@@ -53,6 +53,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) | | [**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) | | [**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) | | [**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) |
| [**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) | | [**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) | | [**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) | | [**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) |

1694
manifests/release-plz.json generated Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,16 @@
{
"repository": "https://github.com/MarcoIeni/release-plz",
"website": "https://release-plz.ieni.dev/",
"tag_prefix": "release-plz-v",
"rust_crate": "${package}",
"asset_name": "${package}-${rust_target}.tar.gz",
"version_range": ">= 0.3.20",
"platform": {
"aarch64_macos": {},
"aarch64_windows": {},
"aarch64_linux_musl": {},
"x86_64_macos": {},
"x86_64_windows": {},
"x86_64_linux_musl": {}
}
}