Skip to content

Commit

Permalink
release workflow auto generates release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerflex authored and momchil-flex committed Jan 11, 2024
1 parent 08bb583 commit 90f2dac
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: "tidy3d-release"

permissions:
contents: write

on:
push:
tags:
Expand All @@ -12,6 +15,8 @@ jobs:
- uses: actions/checkout@master
- name: Release
uses: softprops/action-gh-release@v1
with:
generate_release_notes: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
pypi-release:
Expand Down

0 comments on commit 90f2dac

Please sign in to comment.