Skip to content

Commit 6489d03

Browse files
authored
chore: added release output to js-test-and-release workflow (#126)
1 parent e683235 commit 6489d03

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.github/workflows/js-test-and-release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ on:
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

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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`)

0 commit comments

Comments
 (0)