Conversation
- Updated changelog_utils.py to fall back to [Unreleased] section when version not found - Added comprehensive tests for the new fallback behavior - This allows the release workflow to extract changelog content from [Unreleased] when creating a new release - Solves the v0.3.3 release pipeline failure Co-authored-by: Mossaka <5447827+Mossaka@users.noreply.github.com>
Added entry documenting the fix for changelog extraction that now supports extracting from [Unreleased] section when version is not yet published. Co-authored-by: Mossaka <5447827+Mossaka@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Investigate release pipeline failure for version v0.3.3
Fix changelog extraction to support unreleased content in release pipeline
Oct 28, 2025
Collaborator
|
The security audit is irrelevant to this PR AND should be fixed from another task. |
Mossaka
approved these changes
Nov 1, 2025
Mossaka
pushed a commit
to Mossaka/wassette
that referenced
this pull request
Feb 2, 2026
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.
The release pipeline for v0.3.3 failed because
changelog_utils.pyexpected a versioned changelog entry (## [v0.3.3]) but changes were in[Unreleased]per Keep a Changelog conventions.Changes
extract_changelog_content()to fall back to[Unreleased]section when requested version doesn't existValueErroronly if both version and unreleased content are missing/emptyBehavior
This unblocks v0.3.3 release. Once merged, tag and push
v0.3.3to trigger the release workflow.Original prompt
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.