Release 1.0.1 - #48
Merged
Merged
Conversation
The changelog extraction was failing for the first/only version entry because the awk range pattern never found a closing match. Now uses flag-based extraction that works whether there are subsequent version entries or not. Also fixes the tag creation to explicitly target github.sha so the tag points to the commit that triggered the workflow rather than whatever HEAD happens to be after checkout.
After a PR from dev to main is merged, automatically fast-forward dev to include the merge commit from main. This keeps dev in sync with main and prevents divergence.
Add changelog entry documenting the release workflow fixes and automatic dev sync functionality.
Release 1.0.1: Fix release workflow and add dev sync
|
parkervcp
approved these changes
Jul 1, 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.



Summary
Release 1.0.1 with fixes to the automated release workflow.
Changes
Why
The v1.0.0 release workflow had issues that required manual intervention to fix the tag and release notes. This release ensures future releases work automatically.
Test plan