- Notifications
You must be signed in to change notification settings - Fork7.7k
[release/v7.5] Fix Changelog content grab during GitHub Release (#24788)#24791
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Co-authored-by: Justin Chung <chungjustin@microsoft.com>
/azp run PowerShell-CI-macos, PowerShell-CI-Linux, PowerShell-CI-Windows, PowerShell-CI-static-analysis, PSResourceGet ACR, PowerShell-Windows-Packaging-CI |
Azure Pipelines could not run because the pipeline triggers exclude this branch/path. |
dd66a64
intorelease/v7.5Uh oh!
There was an error while loading.Please reload this page.
microsoft-github-policy-servicebot commentedJan 15, 2025 • edited by unfurl-linksbot
Loading Uh oh!
There was an error while loading.Please reload this page.
edited by unfurl-linksbot
Uh oh!
There was an error while loading.Please reload this page.
📣 Hey@TravisEz13, how did we do? We would love to hear your feedback with the link below! 🗣️ 🔗https://aka.ms/PSRepoFeedback |
backport#24788
This pull request includes a change to the
jobs:
section in the.pipelines/templates/release-githubtasks.yml
file to improve the process of extracting changelog content based on version headings.Improvements to extracting changelog content:
.pipelines/templates/release-githubtasks.yml
: Modified the method to identify the start and end lines of the changelog content by using a regex pattern to match version headings. This change simplifies the extraction logic by directly selecting lines between the identified start and end lines.