-
Notifications
You must be signed in to change notification settings - Fork 59
feat: enhance Java version retrieval with fallback strategies and add dry run support #617
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
🌿 Preview your docs: https://cohere-preview-10bc359a-788d-4ff7-ac2d-9e30ddc58fef.docs.buildwithfern.com |
|
🌿 Preview your docs: https://cohere-preview-bf272b5a-f4ee-4b9b-a761-b852a862ad12.docs.buildwithfern.com |
… improved error handling
|
🌿 Preview your docs: https://cohere-preview-a478920d-7d53-4d20-8218-84d5d169b8b0.docs.buildwithfern.com |
|
🌿 Preview your docs: https://cohere-preview-94cd25a9-a4c5-4824-b9df-1ab5daf42a62.docs.buildwithfern.com |
Description
This PR updates the create-releases.ts and create-sdk-releases.yml files. The changes introduce a dry run feature, which allows the user to preview the release process without actually creating a release. This is achieved by adding a dry_run option to the version input, and by modifying the runFernGenerate function to include a --preview flag when the dry_run or FERN_PREVIEW environment variable is set to 'true'.
Changes