Skip to content

Commit 9caf9ca

Browse files
chore(main): release 1.1.1 (#41)
Co-authored-by: phenoml-release-please[bot] <293970791+phenoml-release-please[bot]@users.noreply.github.com>
1 parent 2fead8d commit 9caf9ca

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
@@ -191,7 +191,7 @@ jobs:
191191
192192
- name: Verify bundled OpenAPI spec
193193
if: steps.check.outputs.should_publish == 'true'
194-
uses: PhenoML/sdk-shared-actions/verify-openapi-spec@1.1.0 # x-release-please-version
194+
uses: PhenoML/sdk-shared-actions/verify-openapi-spec@1.1.1 # x-release-please-version
195195
with:
196196
metadata-path: ${{ env.METADATA_PATH }}
197197
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.1.0 # x-release-please-version
59+
uses: PhenoML/sdk-shared-actions/bundle-openapi-spec@1.1.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.1.0 # x-release-please-version
66+
uses: PhenoML/sdk-shared-actions/extract-code-examples@1.1.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.1.0 # x-release-please-version
82+
uses: PhenoML/sdk-shared-actions/commit-artifacts@1.1.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.1.0"
2+
".": "1.1.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.1.1](https://github.com/PhenoML/sdk-shared-actions/compare/1.1.0...1.1.1) (2026-07-10)
4+
5+
6+
### Bug Fixes
7+
8+
* **sdk-release-finalize:** preserve Fern generation commits ([#40](https://github.com/PhenoML/sdk-shared-actions/issues/40)) ([2fead8d](https://github.com/PhenoML/sdk-shared-actions/commit/2fead8d6c70d116e0e73ead8097ee5a5fde5f64c))
9+
310
## [1.1.0](https://github.com/PhenoML/sdk-shared-actions/compare/1.0.3...1.1.0) (2026-07-10)
411

512

0 commit comments

Comments
 (0)