feat: automated Release Announcement draft maintained by GitHub Copilot#50
Merged
pljones merged 2 commits intoautobuild-copilot/update-release-announcementfrom Mar 15, 2026
Conversation
Copilot
AI
changed the title
[WIP] Update current branch with latest task changes
feat: automated Release Announcement draft maintained by GitHub Copilot
Mar 15, 2026
…build branches Co-authored-by: pljones <[email protected]>
Copilot stopped work on behalf of
pljones due to an error
March 15, 2026 14:43
c24b6f9
into
autobuild-copilot/update-release-announcement
0 of 2 checks passed
Copilot stopped work on behalf of
pljones due to an error
March 15, 2026 14:51
Copilot stopped work on behalf of
pljones due to an error
March 15, 2026 15:18
Copilot stopped work on behalf of
pljones due to an error
March 15, 2026 15:18
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.
Adds
ReleaseAnnouncement.md— a living draft of the end-user release announcement, separate fromChangeLog, kept up to date automatically by GitHub Copilot as PRs merge tomain.New files
ReleaseAnnouncement.md— working draft; flat bullet list in the conversational style of real Jamulus Discussion announcements; includes Windows virus-checker REMINDER.github/release-announcement-template.md— pristine blank template; replaces the draft after each full release tag.github/prompts/release-announcement.prompt.yml— AI prompt with verbatim real announcement examples and authoring rules;maxCompletionTokens: 16384/temperature: 0.1(actions/ai-inference default of 200 tokens truncates mid-document)Workflow:
.github/workflows/update-release-announcement.ymlpull_request_target: closed → main— updates draft on every merged PR; workflow + prompt always sourced frommain; PR body written to$RUNNER_TEMPviaenv:before AI sees it (prevents YAML injection);CHANGELOG: SKIPskips updatepush: branches: autobuild**— updates draft on the autobuild branch so developers can preview announcement impact before merge; runs on any repo (not justjamulussoftware) so fork testing works; loop prevention viagithub.actor != 'github-actions[bot]'push: tags: r*+reset-after-releasejob — resets to template only on clean version tags (r3_12_0); pre-release tags (beta,rc) leave the draft intact to accumulate through the cycleSupporting changes
autobuild.yml—ReleaseAnnouncement.md, template, andprompts/**added topaths-ignoreso bot commits don't trigger buildsCONTRIBUTING.md— documents thatCHANGELOG:feeds bothChangeLogandReleaseAnnouncement.md;CHANGELOG: SKIPskips both.github/pull_request_template.md— extends CHANGELOG comment to reference Release AnnouncementCHANGELOG: SKIP
Context: Fixes an issue?
Implements the approach discussed in jamulussoftware#3443 (comment) and https://github.com/orgs/jamulussoftware/discussions/3626.
Does this change need documentation? What needs to be documented and how?
The release process checklist at https://jamulus.io/contribute/Release-Process could reference
ReleaseAnnouncement.mdas the draft to polish and publish, replacing the manual "Draft an announcement" step.Status of this Pull Request
Working implementation. Requires GitHub Models (
models: readpermission) to be enabled on the repository foractions/ai-inference@v1.What is missing until this pull request can be merged?
Confirm GitHub Models access is available for this repo.
Checklist
📍 Connect Copilot coding agent with Jira, Azure Boards or Linear to delegate work to Copilot in one click without leaving your project management tool.