Skip to content

Commit 596926e

Browse files
chore(main): release 1.3.0 (#45)
Co-authored-by: phenoml-release-please[bot] <293970791+phenoml-release-please[bot]@users.noreply.github.com>
1 parent 9c751a1 commit 596926e

4 files changed

Lines changed: 12 additions & 5 deletions

File tree

.github/workflows/sdk-release-gate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ jobs:
219219
220220
- name: Verify bundled OpenAPI spec
221221
if: steps.check.outputs.should_publish == 'true'
222-
uses: PhenoML/sdk-shared-actions/verify-openapi-spec@1.2.0 # x-release-please-version
222+
uses: PhenoML/sdk-shared-actions/verify-openapi-spec@1.3.0 # x-release-please-version
223223
with:
224224
metadata-path: ${{ env.METADATA_PATH }}
225225
spec-path: ${{ env.SPEC_PATH }}

.github/workflows/sync-fern-artifacts.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,14 +56,14 @@ jobs:
5656
# the originGitCommit it fetched as an output for the commit message.
5757
- name: Bundle OpenAPI spec
5858
id: bundle
59-
uses: PhenoML/sdk-shared-actions/bundle-openapi-spec@1.2.0 # x-release-please-version
59+
uses: PhenoML/sdk-shared-actions/bundle-openapi-spec@1.3.0 # x-release-please-version
6060
with:
6161
metadata-path: ${{ env.METADATA_PATH }}
6262
output-path: ${{ env.SPEC_PATH }}
6363

6464
# 2) Read the spec just written; write code-examples.json (no commit).
6565
- name: Extract code examples
66-
uses: PhenoML/sdk-shared-actions/extract-code-examples@1.2.0 # x-release-please-version
66+
uses: PhenoML/sdk-shared-actions/extract-code-examples@1.3.0 # x-release-please-version
6767
with:
6868
spec: ${{ env.SPEC_PATH }}
6969

@@ -79,7 +79,7 @@ jobs:
7979
# created, so the re-run never appears. It only skips Actions workflow
8080
# runs, not webhook-driven checks (e.g. Bugbot), which still fire.
8181
- name: Commit generated artifacts
82-
uses: PhenoML/sdk-shared-actions/commit-artifacts@1.2.0 # x-release-please-version
82+
uses: PhenoML/sdk-shared-actions/commit-artifacts@1.3.0 # x-release-please-version
8383
with:
8484
paths: |
8585
${{ env.SPEC_PATH }}

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.2.0"
2+
".": "1.3.0"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.3.0](https://github.com/PhenoML/sdk-shared-actions/compare/1.2.0...1.3.0) (2026-07-10)
4+
5+
6+
### Features
7+
8+
* **sdk-release-gate:** expose release states ([#44](https://github.com/PhenoML/sdk-shared-actions/issues/44)) ([9c751a1](https://github.com/PhenoML/sdk-shared-actions/commit/9c751a1e8d2b5714362d1c60db934354a6f1c85e))
9+
310
## [1.2.0](https://github.com/PhenoML/sdk-shared-actions/compare/1.1.1...1.2.0) (2026-07-10)
411

512

0 commit comments

Comments
 (0)