update document and release pipeline#217
Conversation
WalkthroughUpdates README download URLs; adjusts Concourse pipeline git branches to rel_x_x_x_eloqdoc; modifies build_tarball.bash to skip the git checkout when TAGGED is set, retaining tag detection/validation. Changes
Sequence Diagram(s)sequenceDiagram
autonumber
participant Dev as Developer/CI
participant CI as Concourse Job
participant Script as build_tarball.bash
participant Git as Git Repo
Dev->>CI: Trigger release tarball build
CI->>Script: Run with TAGGED env (optional)
Script->>Git: Determine latest tag / validate TAGGED
alt Prior behavior (before change)
Script->>Git: Checkout TAGGED commit
Note over Script: Align repo to TAGGED
else Current behavior (after change)
Note over Script: Skips checkout step
end
Script->>CI: Proceed to build tarball
CI-->>Dev: Tarball artifact
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20 minutes Suggested reviewers
Poem
Pre-merge checks and finishing touches✅ Passed checks (3 passed)
✨ Finishing touches
🧪 Generate unit tests
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (3)
Tip 👮 Agentic pre-merge checks are now available in preview!Pro plan users can now enable pre-merge checks in their settings to enforce checklists before merging PRs.
Please see the documentation for more information. Example: reviews:
pre_merge_checks:
custom_checks:
- name: "Undocumented Breaking Changes"
mode: "warning"
instructions: |
Pass/fail criteria: All breaking changes to public APIs, CLI flags, environment variables, configuration keys, database schemas, or HTTP/GraphQL endpoints must be documented in the "Breaking Change" section of the PR description and in CHANGELOG.md. Exclude purely internal or private changes (e.g., code not exported from package entry points or explicitly marked as internal).Please share your feedback with us on this Discord post. Comment |
Summary by CodeRabbit