docs: Update copilot instructions to include release PR requirements#318
Merged
Merged
Conversation
Agent-Logs-Url: https://github.com/nevware21/tripwire/sessions/65838196-926f-4bc3-977b-f264216b4678 Co-authored-by: nev21 <82737406+nev21@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Update copilot instructions to include release details
docs: Update copilot instructions to include release PR requirements
May 11, 2026
nev21
approved these changes
May 11, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the repository’s Copilot release instructions to reduce missed steps and improve consistency when preparing release pull requests.
Changes:
- Adds an explicit step to update the recommended dependency version range in
README.md. - Adds guidance to preserve any existing “Unreleased” changelog entries when creating a new version section.
- Adds a required release commit message format and renumbers the “Build and Test” steps accordingly.
Comment on lines
+198
to
+202
| Update the recommended version range in `README.md` to reflect the new version: | ||
|
|
||
| ```markdown | ||
| > ```json | ||
| > "@nevware21/tripwire": ">= 0.1.7 < 2.x" |
Comment on lines
+248
to
+252
| 3. **Commit with the required message format**: | ||
| ```bash | ||
| git commit -m "[Release] Increase version to 0.1.8" | ||
| ``` | ||
| All release commits **must** use the subject format `[Release] Increase version to <version>`. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #318 +/- ##
=======================================
Coverage 95.30% 95.30%
=======================================
Files 137 137
Lines 6388 6388
Branches 1679 1640 -39
=======================================
Hits 6088 6088
Misses 300 300 🚀 New features to boost your workflow:
|
nevware21-bot
approved these changes
May 11, 2026
Contributor
nevware21-bot
left a comment
There was a problem hiding this comment.
Approved by nevware21-bot
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 copilot release instructions were missing several required steps, leaving gaps that could result in incomplete or inconsistently formatted releases.
Changes to
.github/copilot-instructions.md[Release] Increase version to <version>as the subject lineREADME.mdto match the new release versionCHANGELIST.mdbe carried forward as-is into the new version section; must not be removed, reduced, or summarized