From 071e9aa6cb8516b3084dbcbcadfe7de537f99acf Mon Sep 17 00:00:00 2001 From: Joel Timothy Oh Date: Sun, 19 May 2024 19:04:35 +0000 Subject: [PATCH] Docs (samples): Standardize `RELEASE_NOTES_PATH` value in azure-pipelines templates --- .../ci/azure-pipelines/custom/azure-pipelines.generate.yml | 2 +- .../ci/azure-pipelines/custom/azure-pipelines.release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/samples/ci/azure-pipelines/custom/azure-pipelines.generate.yml b/docs/samples/ci/azure-pipelines/custom/azure-pipelines.generate.yml index b672cb6..2fe3829 100644 --- a/docs/samples/ci/azure-pipelines/custom/azure-pipelines.generate.yml +++ b/docs/samples/ci/azure-pipelines/custom/azure-pipelines.generate.yml @@ -4,4 +4,4 @@ steps: - template: templates/azure-pipelines/entrypoint/generate.yml@PSRepositoryReleaseManager # parameters: # RELEASE_NOTES_VARIANT: VersionDate-HashSubject-NoMerges - # RELEASE_NOTES_PATH: path/to/my-release-notes.md + # RELEASE_NOTES_PATH: .release-notes.md diff --git a/docs/samples/ci/azure-pipelines/custom/azure-pipelines.release.yml b/docs/samples/ci/azure-pipelines/custom/azure-pipelines.release.yml index 1b4706a..69871c4 100644 --- a/docs/samples/ci/azure-pipelines/custom/azure-pipelines.release.yml +++ b/docs/samples/ci/azure-pipelines/custom/azure-pipelines.release.yml @@ -4,7 +4,7 @@ steps: - template: templates/azure-pipelines/entrypoint/release.yml@PSRepositoryReleaseManager # parameters: # RELEASE_NAME: My release name - # RELEASE_NOTES_PATH: /path/to/.release-notes.md + # RELEASE_NOTES_PATH: .release-notes.md # # RELEASE_NOTES_CONTENT: | # # My # #