Skip to content

Commit b634877

Browse files
authored
Automates release note generation (#9)
* adds release note generation job in workflow * uses hypertrace release charts action
1 parent 6e64796 commit b634877

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
@@ -58,3 +58,13 @@ jobs:
5858
helm-gcs-credentials: ${{ secrets.HELM_GCS_CREDENTIALS }}
5959
helm-gcs-repository: ${{ secrets.HELM_GCS_REPOSITORY }}
6060

61+
publish-release-notes:
62+
runs-on: ubuntu-20.04
63+
steps:
64+
- uses: actions/[email protected]
65+
with:
66+
fetch-depth: 0
67+
- uses: hypertrace/github-actions/release-notes@main
68+
with:
69+
github-token: ${{ secrets.GITHUB_TOKEN }}
70+

0 commit comments

Comments
 (0)