Skip to content

Commit

Permalink
Fix release notes path
Browse files Browse the repository at this point in the history
It should be `release_metadata/empty-file` to clear out the release
notes after a release is created.
  • Loading branch information
rajathagasthya committed Jan 22, 2025
1 parent fec6ed6 commit d96ad49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ jobs:
params:
name: release_metadata/tag-name
tag: release_metadata/tag-name
body: release-notes/release-notes.md
body: release_metadata/empty-file
commitish: bpm-release/.git/ref
generate_release_notes: true
- task: bump-local-version
Expand Down

0 comments on commit d96ad49

Please sign in to comment.