Skip to content
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

feat(seed): introduce scripts to generators so fern bot can build the SDKs #4788

Merged
merged 10 commits into from
Oct 4, 2024

Conversation

armandobelardo
Copy link
Contributor

This upgrades the generators sdk dep to expose generator scripts from FDR

Then this exposes a similar configuration from seed config to have authors specify scripts within each generator's seed.yml that is then run within the generated artifacts resultant repo

The idea here is that within CI on fern config repos we:

  • Create a check per-generator
  • That check runs fern generate --preview for the specific generator
  • On the resultant preview repo, we run the checks outlined here (within the corresponding seed.yml)
  • We complete the check with the appropriate status (attaching logs)
    • We link to a preview of the SDK change in Github within the check as well

seed/go-sdk/seed.yml Outdated Show resolved Hide resolved
seed/csharp-sdk/seed.yml Outdated Show resolved Hide resolved
@armandobelardo armandobelardo merged commit d35196a into main Oct 4, 2024
50 of 51 checks passed
@armandobelardo armandobelardo deleted the ab/gen-steps branch October 4, 2024 13:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants