Compare commits

...

3 Commits

Author SHA1 Message Date
Taiki Endo
a12d1334cb Release 2.47.26 2025-01-28 04:11:28 +09:00
Taiki Endo
cfb63643d7 ci: Tweak manifest job 2025-01-28 04:06:00 +09:00
Taiki Endo
c07a374332 Update wash@latest to 0.38.0 2025-01-28 03:20:37 +09:00
3 changed files with 35 additions and 4 deletions

View File

@@ -237,9 +237,11 @@ jobs:
- run: tools/manifest.sh
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- id: diff
- name: Handle diff
id: diff
run: tools/ci/manifest.sh
if: github.repository_owner == 'taiki-e' && (github.event_name == 'schedule' || github.event_name == 'push' && github.ref == 'refs/heads/main')
- run: git add -N . && git diff --exit-code
- id: create-pull-request
uses: peter-evans/create-pull-request@v7
with:
@@ -263,4 +265,3 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PR_NUMBER: ${{ steps.create-pull-request.outputs.pull-request-number }}
if: github.repository_owner == 'taiki-e' && (github.event_name == 'schedule' || github.event_name == 'push' && github.ref == 'refs/heads/main') && steps.diff.outputs.success == 'false' && (steps.create-pull-request.outputs.pull-request-operation == 'created' || steps.create-pull-request.outputs.pull-request-operation == 'updated')
- run: git add -N . && git diff --exit-code

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]
## [2.47.26] - 2025-01-27
- Update `wash@latest` to 0.38.0.
## [2.47.25] - 2025-01-24
- Update `release-plz@latest` to 0.3.114.
@@ -3390,7 +3394,8 @@ Note: This release is considered a breaking change because installing on version
Initial release
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.47.25...HEAD
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.47.26...HEAD
[2.47.26]: https://github.com/taiki-e/install-action/compare/v2.47.25...v2.47.26
[2.47.25]: https://github.com/taiki-e/install-action/compare/v2.47.24...v2.47.25
[2.47.24]: https://github.com/taiki-e/install-action/compare/v2.47.23...v2.47.24
[2.47.23]: https://github.com/taiki-e/install-action/compare/v2.47.22...v2.47.23

27
manifests/wash.json generated
View File

@@ -19,7 +19,32 @@
},
"license_markdown": "[Apache-2.0](https://github.com/wasmCloud/wasmCloud/blob/main/LICENSE)",
"latest": {
"version": "0.37.0"
"version": "0.38.0"
},
"0.38": {
"version": "0.38.0"
},
"0.38.0": {
"x86_64_linux_musl": {
"etag": "0x8DD3EEC2CD0065E",
"checksum": "8bba2463f4e121fdbbebc4046aabe1ade54aa3bd72ba70a57ad4b0e0e657bec2"
},
"x86_64_macos": {
"etag": "0x8DD3EEC2BF542B2",
"checksum": "edec0fa45d5ed437322d2813714b5b268d3882bf5ba93f857eefef26f068037b"
},
"x86_64_windows": {
"etag": "0x8DD3EEC2C069451",
"checksum": "befd98782a0ab1081c5f4f9dad770c57126770820feddcc7246fc1fdcad99caa"
},
"aarch64_linux_musl": {
"etag": "0x8DD3EEC2BE7967B",
"checksum": "bab4fad652eaa9bb1e890daa0478ec223aaf448fb72eb00e59014034a3bca345"
},
"aarch64_macos": {
"etag": "0x8DD3EEC2BD97591",
"checksum": "c2d0443264d064c3f975809e945d19fb4180a3a1d21944e43ea261f7c3050450"
}
},
"0.37": {
"version": "0.37.0"