Compare commits

...

3 Commits

Author SHA1 Message Date
Taiki Endo
15fe2d0590 Release 2.43.6 2024-09-15 05:10:26 +09:00
Taiki Endo
91424fa4fc Update parse-changelog@latest to 0.6.9 2024-09-15 03:25:39 +09:00
Taiki Endo
ec2a11c42f ci: Remove macos-12 test
https://github.blog/changelog/2024-08-19-notice-of-upcoming-deprecations-and-breaking-changes-in-github-actions-runners/
2024-09-14 02:03:24 +09:00
3 changed files with 40 additions and 4 deletions

View File

@@ -50,7 +50,6 @@ jobs:
tool: major.minor tool: major.minor
- os: ubuntu-22.04 - os: ubuntu-22.04
tool: major tool: major
- os: macos-12
- os: macos-13 - os: macos-13
- os: macos-14 - os: macos-14
- os: windows-2019 - os: windows-2019

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.43.6] - 2024-09-14
- Update `parse-changelog@latest` to 0.6.9.
## [2.43.5] - 2024-09-12 ## [2.43.5] - 2024-09-12
- Update `biome@latest` to 1.9.0. - Update `biome@latest` to 1.9.0.
@@ -2720,7 +2724,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.5...HEAD [Unreleased]: https://github.com/taiki-e/install-action/compare/v2.43.6...HEAD
[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
[2.43.4]: https://github.com/taiki-e/install-action/compare/v2.43.3...v2.43.4 [2.43.4]: https://github.com/taiki-e/install-action/compare/v2.43.3...v2.43.4
[2.43.3]: https://github.com/taiki-e/install-action/compare/v2.43.2...v2.43.3 [2.43.3]: https://github.com/taiki-e/install-action/compare/v2.43.2...v2.43.3

View File

@@ -3,10 +3,42 @@
"template": null, "template": null,
"license_markdown": "[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)", "license_markdown": "[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)",
"latest": { "latest": {
"version": "0.6.8" "version": "0.6.9"
}, },
"0.6": { "0.6": {
"version": "0.6.8" "version": "0.6.9"
},
"0.6.9": {
"x86_64_linux_musl": {
"url": "https://github.com/taiki-e/parse-changelog/releases/download/v0.6.9/parse-changelog-x86_64-unknown-linux-musl.tar.gz",
"etag": "0x8DCD4D4FF969E92",
"checksum": "354c60eacad40b1eb4419108f2615eaa510d85b74c8c0cac66436fadd2d78f34"
},
"x86_64_macos": {
"url": "https://github.com/taiki-e/parse-changelog/releases/download/v0.6.9/parse-changelog-x86_64-apple-darwin.tar.gz",
"etag": "0x8DCD4D5124EA8B9",
"checksum": "a257c54537fefda492cafc55d164d432cf08c0d28ed8b3efe094cd909d488ed9"
},
"x86_64_windows": {
"url": "https://github.com/taiki-e/parse-changelog/releases/download/v0.6.9/parse-changelog-x86_64-pc-windows-msvc.tar.gz",
"etag": "0x8DCD4D536CFEA28",
"checksum": "f4576c79cf86f9c2f7e5fcd9251e5924301337aadd07c49ab5f7273ff994ed99"
},
"aarch64_linux_musl": {
"url": "https://github.com/taiki-e/parse-changelog/releases/download/v0.6.9/parse-changelog-aarch64-unknown-linux-musl.tar.gz",
"etag": "0x8DCD4D4FF40C8BE",
"checksum": "4b34554144be39cb11a8b1aab0c05c4df7c4dc1bd8d79f263146b8159d0037dc"
},
"aarch64_macos": {
"url": "https://github.com/taiki-e/parse-changelog/releases/download/v0.6.9/parse-changelog-aarch64-apple-darwin.tar.gz",
"etag": "0x8DCD4D5076BD2AC",
"checksum": "77f50e934acc628584b57b65a8c68b661df388f8f2b06bc70c04e849652cb5f8"
},
"aarch64_windows": {
"url": "https://github.com/taiki-e/parse-changelog/releases/download/v0.6.9/parse-changelog-aarch64-pc-windows-msvc.tar.gz",
"etag": "0x8DCD4D5135EE6B1",
"checksum": "083020ec6568baea5f825951e3d5a0d9d6201a6f79cef814fa4f8915221b5341"
}
}, },
"0.6.8": { "0.6.8": {
"x86_64_linux_musl": { "x86_64_linux_musl": {