Fix after-release and update CHANGELOG#2714
Conversation
martincostello
commented
Aug 22, 2025
- Fix xpath to get the previous release veresion broken by Refactor project dependencies #2696.
- Update CHANGELOG and samples for v8.6.3.
Fix xpath to get the previous release veresion broken by #2696.
Update CHANGELOG and samples for v8.6.3.
There was a problem hiding this comment.
Pull Request Overview
This PR fixes a broken XPath selector in the version bumping script that was broken by a previous refactoring of project dependencies, and updates the changelog and version to reflect the new v8.6.3 release.
- Updates XPath selector to correctly locate package version in the new file structure
- Updates package version from 8.6.2 to 8.6.3
- Adds changelog entries for v8.6.3 release
Reviewed Changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| eng/bump-version.ps1 | Fixes XPath selector to match new package structure and updates property access |
| Directory.Packages.props | Bumps Polly package version to 8.6.3 |
| CHANGELOG.md | Adds release notes for v8.6.3 with list of included changes |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2714 +/- ##
=======================================
Coverage 96.12% 96.12%
=======================================
Files 309 309
Lines 7118 7118
Branches 1006 1006
=======================================
Hits 6842 6842
Misses 222 222
Partials 54 54
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |