Skip to content

Commit

Permalink
Docs (samples): Standardize RELEASE_NOTES_PATH value in azure-pipel…
Browse files Browse the repository at this point in the history
…ines templates
  • Loading branch information
joeltimothyoh committed May 19, 2024
1 parent daf768a commit 071e9aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Original file line number Diff line number Diff line change
Expand Up @@ -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
# #
Expand Down

0 comments on commit 071e9aa

Please sign in to comment.