Release documentation index updates - #106
Conversation
Greptile SummaryThe PR turns documentation-index updates into patch releases and explicitly starts package publishing and production deployment, while adding validated manual tag inputs to the downstream workflows.
Confidence Score: 4/5The release automation should not merge until a failed release or downstream dispatch can resume after the documentation-index commit has already been pushed. Release creation and two independent dispatch calls occur after the durable commit, but every downstream operation is gated on detecting a new index diff in the current run, leaving partial releases without automatic recovery. Files Needing Attention: .github/workflows/update-docs-index.yml Important Files Changed
Prompt To Fix All With AI### Issue 1
.github/workflows/update-docs-index.yml:67
**Post-push failures cannot resume**
When release creation or either workflow dispatch fails after the index commit is pushed, rerunning the workflow finds no index change and skips every downstream step, leaving the update unreleased, unpublished, or undeployed until it is repaired manually.
---
For each issue above, determine whether it is valid and should be fixed. If so, fix it directly.Reviews (1): Last reviewed commit: "chore: release documentation index updat..." | Re-trigger Greptile |
|
|
||
| - name: Create patch release | ||
| id: release | ||
| if: steps.commit.outputs.changed == 'true' |
There was a problem hiding this comment.
Post-push failures cannot resume
When release creation or either workflow dispatch fails after the index commit is pushed, rerunning the workflow finds no index change and skips every downstream step, leaving the update unreleased, unpublished, or undeployed until it is repaired manually.
Prompt To Fix With AI
This is a comment left during a code review.
Path: .github/workflows/update-docs-index.yml
Line: 67
Comment:
**Post-push failures cannot resume**
When release creation or either workflow dispatch fails after the index commit is pushed, rerunning the workflow finds no index change and skips every downstream step, leaving the update unreleased, unpublished, or undeployed until it is repaired manually.
---
For each issue above, determine whether it is valid and should be fixed. If so, fix it directly.
Summary
GITHUB_TOKENdo not trigger follow-on workflowsTest plan
actionlint .github/workflows/*.ymlvMAJOR.MINOR.PATCHderivation and validation paths