native macOS codings agent orchestrator
6
fork

Configure Feed

Select the types of activity you want to include in your feed.

Filter release notes to user-facing changes only

Update the AI prompt to exclude internal changes, refactoring,
CI/CD configs, build configs, gatekeeping, linting, and developer
tooling from generated release notes.

khoi 46b0005e fe8308ec

+2
+2
.github/workflows/release.yml
··· 60 60 - new_features, bug_fixes, improvements are arrays of user-facing bullet text. 61 61 - Keep each item short, concrete, and non-redundant. 62 62 - If a section has no items, use an empty array. 63 + - ONLY include user-facing changes that affect the end user experience. 64 + - EXCLUDE internal changes, refactoring, CI/CD configs, build configs, gatekeeping, linting, and developer tooling. 63 65 EOF 64 66 - name: Generate release notes data 65 67 uses: openai/codex-action@v1