mise-action/.github/workflows
jdx 0b4dcb0c10
ci: add communique to enhance release notes (#411)
## Summary
- Add communique tool to mise.toml
- Add `enhance-release` job to release workflow that runs after release
creation to generate AI-enhanced release notes

## Test plan
- [ ] Verify next release triggers the enhance-release job
- [ ] Confirm ANTHROPIC_API_KEY secret is configured in repo settings

🤖 Generated with [Claude Code](https://claude.com/claude-code)

<!-- CURSOR_SUMMARY -->
---

> [!NOTE]
> **Medium Risk**
> Adds a new post-release GitHub Actions job that uses an external AI
API and an elevated token to modify GitHub release notes; failures or
misconfigured secrets can break the release workflow and token scope
matters.
> 
> **Overview**
> After the `release` job completes, the workflow now runs a new
`enhance-release` job that computes the tag from `package.json` and
calls `communique generate ... --github-release` to update the GitHub
release notes.
> 
> The PR also adds `communique` to `mise.toml` so the tool is available
in CI, and wires in `ANTHROPIC_API_KEY` plus a dedicated
`RELEASE_PLZ_GITHUB_TOKEN` for the release-note update step.
> 
> <sup>Written by [Cursor
Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit
d2335f661c. This will update automatically
on new commits. Configure
[here](https://cursor.com/dashboard?tab=bugbot).</sup>
<!-- /CURSOR_SUMMARY -->

---------

Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-22 11:24:46 -05:00
..
autofix.yml chore(deps): update actions/setup-node digest to 53b8394 (#396) 2026-03-13 05:08:22 +00:00
check-dist.yml chore(deps): update actions/setup-node digest to 53b8394 (#396) 2026-03-13 05:08:22 +00:00
ci.yml chore(deps): update actions/setup-node digest to 53b8394 (#396) 2026-03-13 05:08:22 +00:00
codeql-analysis.yml chore(deps): update github/codeql-action digest to 603b797 (#404) 2026-03-20 05:36:38 +00:00
pr-closer.yml ci: add workflow to auto-close stale PRs (#409) 2026-03-22 11:02:34 -05:00
release-plz.yml chore(deps): update actions/checkout digest to de0fac2 (#374) 2026-02-06 07:26:12 -06:00
release.yml ci: add communique to enhance release notes (#411) 2026-03-22 11:24:46 -05:00
semantic-pr-lint.yml chore(deps): update amannn/action-semantic-pull-request digest to e32d7e6 (#249) 2025-08-22 05:07:42 -05:00
test-redacted-env.yml chore(deps): update actions/checkout digest to de0fac2 (#374) 2026-02-06 07:26:12 -06:00
test.yml chore(deps): update actions/checkout digest to de0fac2 (#374) 2026-02-06 07:26:12 -06:00