Add automated release workflow with changelog integration#879
Merged
DannyvdSluijs merged 7 commits intomainfrom Feb 13, 2026
Merged
Add automated release workflow with changelog integration#879DannyvdSluijs merged 7 commits intomainfrom
DannyvdSluijs merged 7 commits intomainfrom
Conversation
Co-authored-by: DannyvdSluijs <618940+DannyvdSluijs@users.noreply.github.com>
Co-authored-by: DannyvdSluijs <618940+DannyvdSluijs@users.noreply.github.com>
Co-authored-by: DannyvdSluijs <618940+DannyvdSluijs@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Add GitHub workflow for creating a new release
Add automated release workflow with changelog integration
Feb 7, 2026
Collaborator
There was a problem hiding this comment.
@copilot This script fails to work with the current changelog. Probably due to the fact the changelog.md has no released version yet.
Contributor
Author
There was a problem hiding this comment.
Fixed in commit 7425cc9. Added an END block to the awk script to handle changelogs with no released versions yet.
DannyvdSluijs
requested changes
Feb 9, 2026
.github/workflows/release.yml
Outdated
|
|
||
| - name: "Validate version format" | ||
| run: | | ||
| VERSION="${{ inputs.version }}" |
Collaborator
There was a problem hiding this comment.
Cant we move the version check into the resp. bash scripts?
Contributor
Author
There was a problem hiding this comment.
Done in commit 7425cc9. Moved version validation into prepare-release.sh and removed the duplicate validation step from the workflow.
…ation to script Co-authored-by: DannyvdSluijs <618940+DannyvdSluijs@users.noreply.github.com>
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.
Plan for GitHub Release Workflow
bin/prepare-release.shto update CHANGELOG.md with version and date[Unreleased]to a new version sectionbin/extract-release-notes.shto extract release notes for a version.github/workflows/release.ymlRecent Changes
Addressed PR feedback:
prepare-release.shto handle changelogs with no released versions (added END block in awk)prepare-release.shscript for better encapsulationSummary
This PR implements a complete GitHub workflow for creating releases. The workflow is manually triggered and automates the entire release process:
Scripts Created:
bin/prepare-release.sh: Moves unreleased changelog entries to a new version section with the current date, validates version formatbin/extract-release-notes.sh: Extracts release notes for a specific version from the changelogWorkflow Features:
Usage:
Maintainers can create a release by:
Security Summary
No security vulnerabilities were found by CodeQL analysis.
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.