Conversation
PR Review: B3.1.4Overall this PR is a reasonable simplification — consolidating docs and streamlining the build script reduces maintenance surface. A few things worth addressing before merging:
|
| Item | Severity | Status |
|---|---|---|
No error check after go build |
High | Needs fix |
| Opaque error on version extraction failure | Low | Suggested improvement |
| Version jump 3.1.1 → 3.1.4 | Low | Verify intentional |
fail-fast: false |
— | Good change |
| Docs consolidation | — | Good change |
The build error check is the main blocker — without it, CI could report a green build when compilation actually failed.
No description provided.