Align release guidelines with script behavior for major/minor aggregation - #92
Merged
Conversation
- Bump version to 0.5.6 - Fix duplicate conflict avoidance line - Clarify minor releases include changelog items from patch bumps, including merges - Clarify major releases include changelog items from minor/patch bumps, including merges - Update script documentation to reflect major releases include both minor and patch - Sync release_creation.yml template with updated guidelines Co-authored-by: DutchmanNL <7318445+DutchmanNL@users.noreply.github.com>
- Script extracts only minor releases (X.Y.0) for major releases, not patches - Minor releases already include their patches, so this provides complete coverage - Added clarifying note that minors already include patches - Ensures guidelines accurately reflect script implementation Co-authored-by: DutchmanNL <7318445+DutchmanNL@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Create new PR for stickers based on previous lessons
Align release guidelines with script behavior for major/minor aggregation
Feb 18, 2026
DutchmanNL
approved these changes
Feb 18, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the repository’s release-note guidance to match scripts/generate-release-notes.sh behavior—specifically clarifying that major releases aggregate minor versions (X.Y.0) because minor releases already aggregate their patch changes—then synchronizes the manual release issue template and bumps the template version.
Changes:
- Clarified minor/major release aggregation rules in
.github/copilot-instructions.md(and synced them into the release issue template). - Bumped version references from
0.5.5→0.5.6across the repo. - Added
0.5.6changelog entries describing the guideline alignment.
Reviewed changes
Copilot reviewed 7 out of 7 changed files in this pull request and generated 5 comments.
Show a summary per file
| File | Description |
|---|---|
template.md |
Updates template version string to 0.5.6. |
package.json |
Bumps package version to 0.5.6. |
config/metadata.json |
Bumps tracked template/package version to 0.5.6. |
README.md |
Updates displayed template version to 0.5.6. |
CHANGELOG.md |
Adds 0.5.6 entries describing the guideline alignment. |
.github/copilot-instructions.md |
Clarifies major/minor aggregation wording to match script behavior. |
.github/ISSUE_TEMPLATE/release_creation.yml |
Syncs release-note guideline wording with updated instructions. |
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
- Changed "release notes" to "changelog items" in Step 1 for consistency - Clarified "without a release" to "without a GitHub release" throughout - Updated CHANGELOG to reflect terminology standardization - All terminology now consistently refers to changelog items from CHANGELOG.md Co-authored-by: DutchmanNL <7318445+DutchmanNL@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.
Revive Stickers PR - Complete ✅
This PR successfully addresses all feedback from #90 with accurate implementation and improved terminology.
Problem Statement
PR #90 was not accepting review comments properly, so this new PR recreates the changes with all lessons learned and corrections applied.
Changes Implemented
Version Management
Terminology Standardization
Release Guidelines - Minor Releases
Release Guidelines - Major Releases
Script Documentation
Cross-File Consistency
.github/ISSUE_TEMPLATE/release_creation.ymlwithcopilot-instructions.mdTesting & Validation
Key Insight 💡
The
generate-release-notes.shscript for major releases extracts only minor versions (X.Y.0), not individual patches. This is the correct approach because:v_patch == "0"filter whenrange_type="minor"All Review Comments Addressed
From PR #90:
From code review:
Files Changed (3 files in this update)
Supersedes: #90
Fixes: #91
Ready for: Final review and merge
Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.