Skip to content

Commit

Permalink
ci: Add release note generator (#339)
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveSkender authored May 1, 2024
1 parent 078fb75 commit 12e721e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -172,12 +172,13 @@ jobs:
id: tag
run: echo "tag=$(date +'%Y.%m.%d')-${{ github.run_number }}" >> $GITHUB_OUTPUT

- name: Tag and release note
- name: Tag and draft release note
uses: ncipollo/release-action@v1
if: github.ref == 'refs/heads/main'
with:
body: |
We’ve updated [charts.stockindicators.dev](https://charts.stockindicators.dev)
generateReleaseNotes: true
draft: true
tag: ${{ steps.tag.outputs.tag }}
commit: ${{ github.ref_name }}

0 comments on commit 12e721e

Please sign in to comment.