From 24487ec77f26ccc49675569a994e579325226a16 Mon Sep 17 00:00:00 2001 From: Young-Jin Park Date: Wed, 18 Mar 2026 15:14:59 -0400 Subject: [PATCH 1/3] fix: fill project property more uniformly --- pkg/cmd/build.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/cmd/build.go b/pkg/cmd/build.go index fc56f6c..f4f4852 100644 --- a/pkg/cmd/build.go +++ b/pkg/cmd/build.go @@ -270,6 +270,7 @@ var buildsList = cli.Command{ }, }, Action: handleBuildsList, + Before: before, HideHelpCommand: true, } From da476552b441eb3c48e5645cfe66309eabbb725a Mon Sep 17 00:00:00 2001 From: Young-Jin Park Date: Wed, 18 Mar 2026 15:32:02 -0400 Subject: [PATCH 2/3] refactor: auto-set Before hook on all subcommands via traversal --- pkg/cmd/build.go | 1 - 1 file changed, 1 deletion(-) diff --git a/pkg/cmd/build.go b/pkg/cmd/build.go index f4f4852..fc56f6c 100644 --- a/pkg/cmd/build.go +++ b/pkg/cmd/build.go @@ -270,7 +270,6 @@ var buildsList = cli.Command{ }, }, Action: handleBuildsList, - Before: before, HideHelpCommand: true, } From 64810389b83c6ba30917f23f6105b89c103ff2f4 Mon Sep 17 00:00:00 2001 From: Stainless Bot <107565488+stainless-bot@users.noreply.github.com> Date: Sat, 21 Mar 2026 00:44:11 +0100 Subject: [PATCH 3/3] release: 0.1.0-alpha.86 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 14 ++++++++++++++ pkg/cmd/version.go | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 398885b..40b5283 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.0-alpha.85" + ".": "0.1.0-alpha.86" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e82c63..6f82218 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## 0.1.0-alpha.86 (2026-03-20) + +Full Changelog: [v0.1.0-alpha.85...v0.1.0-alpha.86](https://github.com/stainless-api/stainless-api-cli/compare/v0.1.0-alpha.85...v0.1.0-alpha.86) + +### Bug Fixes + +* fill project property more uniformly ([24487ec](https://github.com/stainless-api/stainless-api-cli/commit/24487ec77f26ccc49675569a994e579325226a16)) +* rename asset file with invalid colon character ([af88372](https://github.com/stainless-api/stainless-api-cli/commit/af88372d6054975cf762d146373e878c59a5c517)) + + +### Refactors + +* auto-set Before hook on all subcommands via traversal ([da47655](https://github.com/stainless-api/stainless-api-cli/commit/da476552b441eb3c48e5645cfe66309eabbb725a)) + ## 0.1.0-alpha.85 (2026-03-19) Full Changelog: [v0.1.0-alpha.84...v0.1.0-alpha.85](https://github.com/stainless-api/stainless-api-cli/compare/v0.1.0-alpha.84...v0.1.0-alpha.85) diff --git a/pkg/cmd/version.go b/pkg/cmd/version.go index 0f5d543..cd9fd8e 100644 --- a/pkg/cmd/version.go +++ b/pkg/cmd/version.go @@ -2,4 +2,4 @@ package cmd -const Version = "0.1.0-alpha.85" // x-release-please-version +const Version = "0.1.0-alpha.86" // x-release-please-version