Ren茅's URL Explorer Experiment


Title: 馃殌 [Feature]: Add PR Title and Description as Configurable Release Notes 路 Issue #263 路 PSModule/Process-PSModule 路 GitHub

Open Graph Title: 馃殌 [Feature]: Add PR Title and Description as Configurable Release Notes 路 Issue #263 路 PSModule/Process-PSModule

X Title: 馃殌 [Feature]: Add PR Title and Description as Configurable Release Notes 路 Issue #263 路 PSModule/Process-PSModule

Description: Describe the change Update the Process-PSModule workflow to use the pull request title and description as release notes, with configurable settings similar to PSModule/Auto-Release. Current Behavior The workflow currently uses GitHub's a...

Open Graph Description: Describe the change Update the Process-PSModule workflow to use the pull request title and description as release notes, with configurable settings similar to PSModule/Auto-Release. Current Behavio...

X Description: Describe the change Update the Process-PSModule workflow to use the pull request title and description as release notes, with configurable settings similar to PSModule/Auto-Release. Current Behavio...

Opengraph URL: https://github.com/PSModule/Process-PSModule/issues/263

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"馃殌 [Feature]: Add PR Title and Description as Configurable Release Notes","articleBody":"## Describe the change\n\nUpdate the Process-PSModule workflow to use the pull request title and description as release notes, with configurable settings similar to PSModule/Auto-Release.\n\n### Current Behavior\nThe workflow currently uses GitHub's auto-generated release notes when publishing modules. \n\n### Desired Behavior\n- Use the PR title as the release notes header\n- Use the PR description as the content following the header\n- Make this behavior configurable via `.github/PSModule. yml` settings file\n\n### Proposed Configuration Settings\n\nAdd these settings to the `Publish. Module` section in `.github/PSModule.yml`:\n\n```yaml\nPublish:\n  Module: \n    UsePRTitleAsReleaseName: false      # Use PR title as the release name\n    UsePRBodyAsReleaseNotes: true       # Use PR body as release notes content\n    UsePRTitleAsNotesHeading: true      # Add PR title as H1 heading before body\n```\n\n### Reference Implementation (PSModule/Auto-Release)\n\nThe Auto-Release repository already implements this pattern: \n\n**Configuration loading** ([main.ps1#L48-L51](https://github.com/PSModule/Auto-Release/blob/eabd533035e2cb9822160f26f2eda584bd012356/scripts/main.ps1#L48-L51)):\n```powershell\n$usePRBodyAsReleaseNotes = ![string]::IsNullOrEmpty($configuration.UsePRBodyAsReleaseNotes) ?  $configuration.UsePRBodyAsReleaseNotes -eq 'true' : $env: PSMODULE_AUTO_RELEASE_INPUT_UsePRBodyAsReleaseNotes -eq 'true'\n$usePRTitleAsReleaseName = ![string]::IsNullOrEmpty($configuration.UsePRTitleAsReleaseName) ? $configuration.UsePRTitleAsReleaseName -eq 'true' : $env: PSMODULE_AUTO_RELEASE_INPUT_UsePRTitleAsReleaseName -eq 'true'\n$usePRTitleAsNotesHeading = ![string]::IsNullOrEmpty($configuration.UsePRTitleAsNotesHeading) ? $configuration.UsePRTitleAsNotesHeading -eq 'true' : $env:PSMODULE_AUTO_RELEASE_INPUT_UsePRTitleAsNotesHeading -eq 'true'\n```\n\n**Release creation logic** ([main.ps1#L223-L279](https://github.com/PSModule/Auto-Release/blob/eabd533035e2cb9822160f26f2eda584bd012356/scripts/main.ps1#L223-L279)):\n```powershell\nif ($usePRTitleAsReleaseName) {\n    $prTitle = $pull_request.title\n    $releaseCreateCommand += @('--title', \"$prTitle\")\n}\n\n$notes = ''\nif ($usePRTitleAsNotesHeading) {\n    $prTitle = $pull_request.title\n    $prNumber = $pull_request.number\n    $notes += \"# $prTitle (#$prNumber)`n`n\"\n}\nif ($usePRBodyAsReleaseNotes) {\n    $prBody = $pull_request.body\n    $notes += $prBody\n}\nif (-not [string]::IsNullOrWhiteSpace($notes)) {\n    $releaseCreateCommand += @('--notes', $notes)\n} else {\n    $releaseCreateCommand += '--generate-notes'\n}\n```\n\n### Implementation Steps\n\n1. **Check PSModule/Publish-PSModule action**:  Verify if the action at `.github/workflows/Publish-Module.yml` already supports these parameters (it uses `PSModule/Publish-PSModule@6c25d139fe51b890f75c057897bd58ac344b192a`)\n\n2. **Update settings schema**: Add the three new settings to the configuration documentation in README.md under the `Publish. Module` section\n\n3. **Pass settings to action**: Update `.github/workflows/Publish-Module.yml` to pass these settings: \n   ```yaml\n   UsePRTitleAsReleaseName: ${{ fromJson(inputs.Settings).Publish.Module.UsePRTitleAsReleaseName }}\n   UsePRBodyAsReleaseNotes: ${{ fromJson(inputs.Settings).Publish.Module.UsePRBodyAsReleaseNotes }}\n   UsePRTitleAsNotesHeading: ${{ fromJson(inputs. Settings).Publish.Module.UsePRTitleAsNotesHeading }}\n   ```\n\n4. **Set default values**:  Ensure backwards compatibility by setting sensible defaults (following Auto-Release defaults)\n\n5. **Update documentation**: Add examples to README.md showing how to configure these settings\n\n### Benefits\n\n- Consistent release note generation across PSModule repositories\n- More meaningful release notes from PR content\n- Maintains compatibility with Auto-Release configuration patterns\n- Backwards compatible (current behavior unchanged unless configured)","author":{"url":"https://github.com/MariusStorhaug","@type":"Person","name":"MariusStorhaug"},"datePublished":"2026-01-17T19:58:37.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":0},"url":"https://github.com/263/Process-PSModule/issues/263"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:51673f90-ba6e-87cb-36f2-1425a9dc6d5b
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idCEF2:355540:3EA5690:5498A71:697B0C4D
html-safe-nonced989c1c577a0b9669a12d5091188083e8cbb0c17f79bc4a08e4f7d1db357827d
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJDRUYyOjM1NTU0MDozRUE1NjkwOjU0OThBNzE6Njk3QjBDNEQiLCJ2aXNpdG9yX2lkIjoiMzM1MDI4MjExNDc2NzU3MjUiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ==
visitor-hmaca00580ce3cfddd7f14a1c8dba9437d13ca525ae04a27142b1612253c0530ae97
hovercard-subject-tagissue:3825728694
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/issues_fragments/issue_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/PSModule/Process-PSModule/263/issue_layout
twitter:imagehttps://opengraph.githubassets.com/a66cf9e2e9025842e2ac0fa2e6de6b167ae789af1160970a0981e6a263e4bd1a/PSModule/Process-PSModule/issues/263
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/a66cf9e2e9025842e2ac0fa2e6de6b167ae789af1160970a0981e6a263e4bd1a/PSModule/Process-PSModule/issues/263
og:image:altDescribe the change Update the Process-PSModule workflow to use the pull request title and description as release notes, with configurable settings similar to PSModule/Auto-Release. Current Behavio...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernameMariusStorhaug
hostnamegithub.com
expected-hostnamegithub.com
None7ce8ed0a54c4730aeca4e6abacfc6490365fc42e25480b86883054df3f9181c8
turbo-cache-controlno-preview
go-importgithub.com/PSModule/Process-PSModule git https://github.com/PSModule/Process-PSModule.git
octolytics-dimension-user_id142951047
octolytics-dimension-user_loginPSModule
octolytics-dimension-repository_id706356420
octolytics-dimension-repository_nwoPSModule/Process-PSModule
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id706356420
octolytics-dimension-repository_network_root_nwoPSModule/Process-PSModule
turbo-body-classeslogged-out env-production page-responsive
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
released7bfc78137af9a4828305e52ab993fce981d7085
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/PSModule/Process-PSModule/issues/263#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2FPSModule%2FProcess-PSModule%2Fissues%2F263
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub SparkBuild and deploy intelligent appshttps://github.com/features/spark
GitHub ModelsManage and compare promptshttps://github.com/features/models
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2FPSModule%2FProcess-PSModule%2Fissues%2F263
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=PSModule%2FProcess-PSModule
Reloadhttps://github.com/PSModule/Process-PSModule/issues/263
Reloadhttps://github.com/PSModule/Process-PSModule/issues/263
Reloadhttps://github.com/PSModule/Process-PSModule/issues/263
PSModule https://github.com/PSModule
Process-PSModulehttps://github.com/PSModule/Process-PSModule
Notifications https://github.com/login?return_to=%2FPSModule%2FProcess-PSModule
Fork 0 https://github.com/login?return_to=%2FPSModule%2FProcess-PSModule
Star 11 https://github.com/login?return_to=%2FPSModule%2FProcess-PSModule
Code https://github.com/PSModule/Process-PSModule
Issues 81 https://github.com/PSModule/Process-PSModule/issues
Pull requests 1 https://github.com/PSModule/Process-PSModule/pulls
Actions https://github.com/PSModule/Process-PSModule/actions
Projects 1 https://github.com/PSModule/Process-PSModule/projects
Models https://github.com/PSModule/Process-PSModule/models
Security 0 https://github.com/PSModule/Process-PSModule/security
Insights https://github.com/PSModule/Process-PSModule/pulse
Code https://github.com/PSModule/Process-PSModule
Issues https://github.com/PSModule/Process-PSModule/issues
Pull requests https://github.com/PSModule/Process-PSModule/pulls
Actions https://github.com/PSModule/Process-PSModule/actions
Projects https://github.com/PSModule/Process-PSModule/projects
Models https://github.com/PSModule/Process-PSModule/models
Security https://github.com/PSModule/Process-PSModule/security
Insights https://github.com/PSModule/Process-PSModule/pulse
New issuehttps://github.com/login?return_to=https://github.com/PSModule/Process-PSModule/issues/263
New issuehttps://github.com/login?return_to=https://github.com/PSModule/Process-PSModule/issues/263
#264https://github.com/PSModule/Process-PSModule/pull/264
馃殌 [Feature]: Add PR Title and Description as Configurable Release Noteshttps://github.com/PSModule/Process-PSModule/issues/263#top
#264https://github.com/PSModule/Process-PSModule/pull/264
https://github.com/MariusStorhaug
https://github.com/MariusStorhaug
MariusStorhaughttps://github.com/MariusStorhaug
on Jan 17, 2026https://github.com/PSModule/Process-PSModule/issues/263#issue-3825728694
main.ps1#L48-L51https://github.com/PSModule/Auto-Release/blob/eabd533035e2cb9822160f26f2eda584bd012356/scripts/main.ps1#L48-L51
main.ps1#L223-L279https://github.com/PSModule/Auto-Release/blob/eabd533035e2cb9822160f26f2eda584bd012356/scripts/main.ps1#L223-L279
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.