feat(ci): wire deploy.yml + deploy-infrastructure.yml into system-wide changelog#121
Closed
cipher813 wants to merge 2 commits into
Closed
feat(ci): wire deploy.yml + deploy-infrastructure.yml into system-wide changelog#121cipher813 wants to merge 2 commits into
cipher813 wants to merge 2 commits into
Conversation
…e changelog Adds a final step to both deploy workflows that calls the append-changelog composite action in alpha-engine-docs. Each successful (or failed) deploy now emits one JSON to s3://alpha-engine-research/changelog/. Two distinct entries per merge that touches both surfaces: - deploy.yml → Phase 2 Lambda image rebuild + alias bump - deploy-infrastructure.yml → SF + CF stamp re-deploy Distinguished by the deploy_workflow field on each entry, so the materialized CHANGELOG.md can show both as separate items under the same SHA. Uses if: always() + ternary on job.status so failed deploys also register in the log — the failure signal is itself a useful provenance record. Companion: alpha-engine-docs PR #3 (composite action + aggregator), alpha-engine-data PR #120 (IAM grant — already merged). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This was referenced May 10, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds a final `append-changelog` step to both deploy workflows. Each successful (or failed) deploy now emits one JSON to `s3://alpha-engine-research/changelog/`. Two distinct entries per merge that touches both surfaces:
Distinguished by the `deploy_workflow` field, so the materialized CHANGELOG.md can show both as separate items under the same SHA.
`if: always()` + ternary on `job.status` means failed deploys also register — the failure signal is itself useful provenance.
Companion
Test plan
```bash
aws s3 ls s3://alpha-engine-research/changelog/$(date -u +%Y/%m/%d)/ --recursive
```
🤖 Generated with Claude Code