diff --git a/.pipelines/public-azure-pipeline.yaml b/.pipelines/public-azure-pipeline.yaml index 872a93a..c9668ba 100644 --- a/.pipelines/public-azure-pipeline.yaml +++ b/.pipelines/public-azure-pipeline.yaml @@ -222,6 +222,8 @@ stages: env: GitHubToken: $(GitHubToken) GalleryApiToken: $(GalleryApiToken) + ReleaseBranch: main + MainGitBranch: main - task: PowerShell@2 name: sendChangelogPR displayName: 'Send Changelog PR' diff --git a/CHANGELOG.md b/CHANGELOG.md index 6510548..a1e12c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed -- modified project with new Sampler template. +- Modified project with new Sampler template. ### Removed