You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+17Lines changed: 17 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -475,6 +475,23 @@ We take backwards-compatibility seriously and work hard to ensure you can rely o
475
475
476
476
We are keen for your feedback; please open an [issue](https://www.github.com/onkernel/hypeman-go/issues) with questions, bugs, or suggestions.
477
477
478
+
## Development
479
+
480
+
### Testing Preview Branches
481
+
482
+
When developing features in the main [hypeman](https://github.com/onkernel/hypeman) repo, Stainless automatically creates preview branches in `stainless-sdks/hypeman-go` with your API changes. You can check out these branches locally to test the SDK changes:
483
+
484
+
```bash
485
+
# Checkout preview/<branch> (e.g., if working on "devices" branch in hypeman)
486
+
./scripts/checkout-preview devices
487
+
488
+
# Checkout an exact branch name
489
+
./scripts/checkout-preview -b main
490
+
./scripts/checkout-preview -b preview/my-feature
491
+
```
492
+
493
+
The script automatically adds the `stainless` remote if it doesn't exist.
494
+
478
495
## Contributing
479
496
480
497
See [the contributing documentation](./CONTRIBUTING.md).
0 commit comments