Skip to content

Commit

Permalink
Auto generate Release Notes
Browse files Browse the repository at this point in the history
This updates the github workflows to auto generate release notes.
Additionally it bumps softprops/action-gh-release to v2.
  • Loading branch information
flostadler committed Jul 2, 2024
1 parent f26ad55 commit 55b9421
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -262,8 +262,9 @@ jobs:
- name: Upload Provider Binaries
run: aws s3 cp dist s3://get.pulumi.com/releases/plugins/ --recursive
- name: Create GH Release
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
with:
generate_release_notes: true
prerelease: true
files: |
dist/*.tar.gz
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -261,8 +261,9 @@ jobs:
- name: Upload Provider Binaries
run: aws s3 cp dist s3://get.pulumi.com/releases/plugins/ --recursive
- name: Create GH Release
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
with:
generate_release_notes: true
files: |
dist/*.tar.gz
env:
Expand Down

0 comments on commit 55b9421

Please sign in to comment.