DEVX-65: Consolidate publish.yml into post-merge.yml #105

Merged
emil merged 1 commits from DEVX-65-consolidate-publish-into-post-merge into master 2026-06-26 19:34:47 +00:00
1 Commits
Author SHA1 Message Date
emilandDevin <158243242+devin-ai-integration[bot]@users.noreply.github.com> 340ac80a3e refactor: consolidate publish.yml into post-merge.yml
CI / detect-changes (pull_request) Successful in 38s
CI / pr-review (pull_request) Successful in 47s
CI / quality (pull_request) Successful in 1m14s
CI / release-dry-run (pull_request) Successful in 31s
CI / auto-merge (pull_request) Successful in 40s
Merge the separate publish workflow into a publish job in post-merge.yml
that depends on release. The release job now writes the tag to
GITHUB_OUTPUT, and the publish job reads it via needs.release.outputs.tag.

This eliminates the tag-push → publish.yml indirection, making the full
release pipeline visible in a single workflow run.

Changes:
- Add _write_github_output() to release.py — writes tag to GITHUB_OUTPUT
- Add `tag` output to release job in post-merge.yml
- Add publish job (needs: release) to post-merge.yml
- Delete publish.yml
- Update AGENTS.md docs
- Add tests for GITHUB_OUTPUT writing

Generated with [Devin](https://devin.ai)

Co-Authored-By: Devin <158243242+devin-ai-integration[bot]@users.noreply.github.com>
2026-06-26 21:32:33 +02:00