Skip to content

Commit

Permalink
ci(release-notes): put release notes into chart packages
Browse files Browse the repository at this point in the history
Reference error: The release note file ".github/release-notes.md", is not present in the chart package
  • Loading branch information
tthvo committed Jun 22, 2023
1 parent 27b940e commit 09305fb
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/helm-release-config.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
release-name-template: "v{{ .Version }}"
release-notes-file: .github/release-notes.md
release-notes-file: release-notes.md
2 changes: 1 addition & 1 deletion .github/workflows/helm-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
/repos/${GITHUB_REPOSITORY}/releases/generate-notes \
-f tag_name="${{ steps.release-version.outputs.tag }}" \
-f target_commitish="${GITHUB_REF_NAME}" \
-f previous_tag_name="${{ steps.previous-version.outputs.tag }}" | jq -r .body > .github/release-notes.md
-f previous_tag_name="${{ steps.previous-version.outputs.tag }}" | jq -r .body > charts/cryostat/release-notes.md
- name: Run chart-releaser
uses: helm/chart-releaser-action@v1.5.0
env:
Expand Down
File renamed without changes.

0 comments on commit 09305fb

Please sign in to comment.