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
ci: fix version drift, clean up zero-diff comment, remove .post from pre-release regex
- Set versioningStrategy to 'manual' in gen.yaml (matches terraform-provider-airbyte)
so Speakeasy respects --set-version instead of auto-incrementing from gen.lock
- Clean up zero-diff PR comment: relative paths with +/- line counts, concise body
- Remove .post from pre-release version regex (.post is a PEP 440 post-release,
not a pre-release, and would be installed by default via pip)
Co-Authored-By: AJ Steers <aj@airbyte.io>
The committed code does not match what the generation pipeline produces. This usually means a generated file was edited by hand or the generation pipeline needs to be re-run.
157
+
The committed code does not match what the generation pipeline produces.
140
158
141
-
**To fix:** Comment `/generate` on this PR to regenerate and push updated code.
142
-
143
-
**To debug locally:** Download the generated artifacts and diff them against your committed code:
144
-
```bash
145
-
gh run download ${{ github.run_id }} --name generated_sdk_code --dir /tmp/generated_from_ci
146
-
diff -rq src/ /tmp/generated_from_ci/src/
147
-
```
148
-
149
-
<details>
150
-
<summary>Diff summary</summary>
159
+
**To fix:** Comment `/generate` on this PR to regenerate.
0 commit comments