File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed
Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 1010 required : false
1111 type : string
1212 default : ' ghcr.io'
13+ outputs :
14+ release :
15+ description : Whether or not the workflow was triggered by a release branch
16+ value : ${{ jobs.release-check.outputs.release }}
1317 secrets :
1418 DOCKER_TOKEN :
1519 required : false
Original file line number Diff line number Diff line change @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
77## Unreleased
88
9+ ## [ 1.0.30] - 2025-08-04
10+ ### Added
11+ - ` release ` output to the ` js-test-and-release ` workflow which is ` true ` if the workflow was triggered by a release branch
12+
913## [ 1.0.29] - 2025-08-04
1014### Changed
1115- skip 32-bit tests in the ` go-test ` workflow by default (they can still be enabled by setting ` skip32bit ` to ` false ` in the ` go-test-config.json ` )
You can’t perform that action at this time.
0 commit comments