Skip to content

Commit 7786379

Browse files
chore(main): release 1.3.1 (#47)
Co-authored-by: phenoml-release-please[bot] <293970791+phenoml-release-please[bot]@users.noreply.github.com>
1 parent b2c3715 commit 7786379

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
@@ -216,7 +216,7 @@ jobs:
216216
217217
- name: Verify bundled OpenAPI spec
218218
if: steps.check.outputs.should_publish == 'true'
219-
uses: PhenoML/sdk-shared-actions/verify-openapi-spec@1.3.0 # x-release-please-version
219+
uses: PhenoML/sdk-shared-actions/verify-openapi-spec@1.3.1 # x-release-please-version
220220
with:
221221
metadata-path: ${{ env.METADATA_PATH }}
222222
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.3.0 # x-release-please-version
59+
uses: PhenoML/sdk-shared-actions/bundle-openapi-spec@1.3.1 # 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.3.0 # x-release-please-version
66+
uses: PhenoML/sdk-shared-actions/extract-code-examples@1.3.1 # 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.3.0 # x-release-please-version
82+
uses: PhenoML/sdk-shared-actions/commit-artifacts@1.3.1 # 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.3.0"
2+
".": "1.3.1"
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.1](https://github.com/PhenoML/sdk-shared-actions/compare/1.3.0...1.3.1) (2026-07-10)
4+
5+
6+
### Bug Fixes
7+
8+
* **sdk-release-workflows:** use moving backend origin tags ([#46](https://github.com/PhenoML/sdk-shared-actions/issues/46)) ([b2c3715](https://github.com/PhenoML/sdk-shared-actions/commit/b2c3715f3aefddac98c7311ba8a9ff514365929d))
9+
310
## [1.3.0](https://github.com/PhenoML/sdk-shared-actions/compare/1.2.0...1.3.0) (2026-07-10)
411

512

0 commit comments

Comments
 (0)