diff --git a/CHANGELOG.md b/CHANGELOG.md index 1370f19..a8c3b1c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Making this project use the prerelease version of Sampler for testing. - Display GitHub Release info if already exists. - GitHub New PR to use Owner/Repo name. +- Added Create GH PR upon release. ### Fixed diff --git a/build.yaml b/build.yaml index 5237b85..3bc4b5f 100644 --- a/build.yaml +++ b/build.yaml @@ -25,7 +25,7 @@ NestedModule: # OutputDirectory: ///Modules/HelperSubmodule # VersionedOutputDirectory: false # AddToManifest: false -# SemVer: +# SemVer: # # suffix: # # prefix: @@ -64,6 +64,7 @@ BuildWorkflow: publish: - publish_module_to_gallery - Publish_release_to_GitHub + - Create_ChangeLog_GitHub_PR #################################################### # PESTER Configuration # @@ -117,6 +118,12 @@ TaskHeader: | Write-Build DarkGray " $($Task.InvocationInfo.ScriptName):$($Task.InvocationInfo.ScriptLineNumber)" "" - - - +#################################################### +# GitHub Configuration # +#################################################### +GitHubConfig: + GitHubFilesToAdd: + - 'CHANGELOG.md' + GitHubConfigUserName: gaelcolas + # GitHubConfigUserEmail: dsccommunity@outlook.com # from Pipeline variable + UpdateChangelogOnPrerelease: false