Skip to content

Commit 2bde24e

Browse files
Automates release note generation (#517)
* adds release note generation job in workflow * uses hypertrace release charts action Co-authored-by: Aaron Steinfeld <45047841+aaron-steinfeld@users.noreply.github.com>
1 parent bb4e00a commit 2bde24e

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/publish.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,3 +66,13 @@ jobs:
6666
with:
6767
helm-gcs-repository: ${{ secrets.HELM_GCS_REPOSITORY }}
6868
helm-gcs-credentials: ${{ secrets.HELM_GCS_CREDENTIALS }}
69+
70+
publish-release-notes:
71+
runs-on: ubuntu-20.04
72+
steps:
73+
- uses: actions/checkout@v2.3.4
74+
with:
75+
fetch-depth: 0
76+
- uses: hypertrace/github-actions/release-notes@main
77+
with:
78+
github-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)