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
Remove broken changelog generation step from auto-release workflow
The gscli functionality has been removed from the codebase, but the
auto-release workflow was still trying to run:
uv run python src/codegen/gscli/cli.py generate changelog
This was causing deployment failures. Since the gscli stuff is no
longer needed, removing the entire generate-changelog job.
Fixes CG-18853
0 commit comments