Fix: Add missing links to v2.1.0 release notes#1231
Merged
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1231 +/- ##
=======================================
Coverage 89.74% 89.74%
=======================================
Files 57 57
Lines 8195 8195
Branches 8195 8195
=======================================
Hits 7355 7355
Misses 544 544
Partials 296 296 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Contributor
There was a problem hiding this comment.
Pull request overview
Adds missing PR link-reference definitions to the v2.1.0 release notes so all inline [#NNNN] references resolve correctly when rendered.
Changes:
- Added link definitions for
[#1110],[#1168],[#1170], and[#1205]indocs/release_notes/v2.1.0.md.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
tsmbland
reviewed
Mar 31, 2026
| [#1030]: https://github.com/EnergySystemsModellingLab/MUSE2/pull/1030 | ||
| [#1096]: https://github.com/EnergySystemsModellingLab/MUSE2/pull/1096 | ||
| [#1110]: https://github.com/EnergySystemsModellingLab/MUSE2/pull/1110 | ||
| [#1168]: https://github.com/EnergySystemsModellingLab/MUSE2/pull/1168 |
Collaborator
There was a problem hiding this comment.
#1168 is actually an issue rather than a PR, but that link will redirect so all good
tsmbland
approved these changes
Mar 31, 2026
Collaborator
Author
|
Cool. Let's make this release! |
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.
Description
I spotted a few places where there were links for issues/PRs without an entry at the bottom of the file.
Type of change
Key checklist
$ cargo test$ cargo docpresent in the previous release
Further checks