X Tutup
Skip to content

Fix changelog content grab during GitHub release#24788

Merged
TravisEz13 merged 1 commit intomasterfrom
fixCLcontent
Jan 15, 2025
Merged

Fix changelog content grab during GitHub release#24788
TravisEz13 merged 1 commit intomasterfrom
fixCLcontent

Conversation

@jshigetomi
Copy link
Collaborator

@jshigetomi jshigetomi commented Jan 15, 2025

PR Summary

This pull request includes a significant change to the jobs: section in the .pipelines/templates/release-githubtasks.yml file. The change involves modifying the way the changelog content is selected based on version headings.

Changelog content selection:

  • .pipelines/templates/release-githubtasks.yml: Updated the method to identify and select changelog content by using a pattern to find version headings and determining the start and end lines based on these headings. This improves the accuracy and reliability of extracting the relevant changelog section.

PR Context

PR Checklist

@jshigetomi
Copy link
Collaborator Author

/azp run PowerShell-CI-macos, PowerShell-CI-Linux, PowerShell-CI-Windows, PowerShell-Windows-Packaging-CI, PowerShell-CI-static-analysis, PSResourceGet ACR

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@jshigetomi jshigetomi marked this pull request as ready for review January 15, 2025 21:35
@jshigetomi jshigetomi added CL-BuildPackaging Indicates that a PR should be marked as a build or packaging change in the Change Log BackPort-7.4.x-Approved BackPort-7.5.x-Approved labels Jan 15, 2025
@TravisEz13 TravisEz13 merged commit cb9e8a9 into master Jan 15, 2025
13 checks passed
@TravisEz13 TravisEz13 deleted the fixCLcontent branch January 15, 2025 22:17
@microsoft-github-policy-service
Copy link
Contributor

microsoft-github-policy-service bot commented Jan 15, 2025

📣 Hey @jshigetomi, how did we do? We would love to hear your feedback with the link below! 🗣️

🔗 https://aka.ms/PSRepoFeedback

TravisEz13 pushed a commit that referenced this pull request Jan 15, 2025
Co-authored-by: Justin Chung <chungjustin@microsoft.com>
TravisEz13 added a commit that referenced this pull request Jan 15, 2025
Co-authored-by: Justin Chung <124807742+jshigetomi@users.noreply.github.com>
Co-authored-by: Justin Chung <chungjustin@microsoft.com>
TravisEz13 pushed a commit that referenced this pull request Jan 16, 2025
Co-authored-by: Justin Chung <chungjustin@microsoft.com>
TravisEz13 added a commit that referenced this pull request Jan 16, 2025
Co-authored-by: Justin Chung <124807742+jshigetomi@users.noreply.github.com>
Co-authored-by: Justin Chung <chungjustin@microsoft.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

BackPort-7.4.x-Done BackPort-7.5.x-Done CL-BuildPackaging Indicates that a PR should be marked as a build or packaging change in the Change Log

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

X Tutup