Skip to content

Commit

Permalink
added release notes generator
Browse files Browse the repository at this point in the history
  • Loading branch information
inlife committed Feb 25, 2024
1 parent f914629 commit fccc568
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 16 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,19 @@ jobs:
# # See https://developer.apple.com/forums/thread/130560
# codesign -vvvv -R="notarized" --check-notarization "bin/nexrender-worker-macos"

- name: Release Notes
uses: post-op/chatgpt-release@v1
id: release_notes
with:
version: ${{ github.ref_name }}
whimsical: true
env:
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Publish release
uses: softprops/action-gh-release@v1
if: success()
with:
body: ${{ steps.release_notes.outputs.release_body }}
files: bin/*
3 changes: 0 additions & 3 deletions packages/nexrender-core/.gitignore

This file was deleted.

13 changes: 0 additions & 13 deletions packages/nexrender-provider-nx/package-lock.json

This file was deleted.

0 comments on commit fccc568

Please sign in to comment.