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
refactor(internal/librarian): inline postGenerate into generateLibraries (#4729)
The postGenerate function was a separate dispatch step that ran
repo-level actions after all libraries were generated. This inlines each
language's post-generate call into its own case block within
generateLibraries, eliminating the extra function and switch statement.
0 commit comments