Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
140123: fix: ensure branch synchronization in generate diagrams script r=mohini-crl a=mohini-crl **What changed?** The generate diagrams script is updated to always create a corresponding branch in the generated-diagrams repository, even when no diagram changes are detected. **Why?** Previously, if no changes were found, a branch wouldn’t be created in generated-diagrams, leading to inconsistencies between the cockroach and generated-diagrams repositories. This was causing issues for writers when they were creating release notes using release note scripts **How?** The script has been modified to proactively create branches regardless of changes. This ensures that every branch in cockroach has a corresponding branch in generated-diagrams, maintaining synchronization between the two repositories. Modified the script to proactively create branches in the generated-diagrams repo, even when no changes are detected. This ensures branch consistency between the cockroach and generated-diagrams repositories. Epic:none release note: none Jira issue keys: [DOC-12104](https://cockroachlabs.atlassian.net/browse/DOC-12104) Epic: None Co-authored-by: Mohini <[email protected]>
- Loading branch information