Skip to content

Commit 90f2dac

Browse files
tylerflexmomchil-flex
authored andcommitted
release workflow auto generates release notes
1 parent 08bb583 commit 90f2dac

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: "tidy3d-release"
22

3+
permissions:
4+
contents: write
5+
36
on:
47
push:
58
tags:
@@ -12,6 +15,8 @@ jobs:
1215
- uses: actions/checkout@master
1316
- name: Release
1417
uses: softprops/action-gh-release@v1
18+
with:
19+
generate_release_notes: true
1520
env:
1621
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1722
pypi-release:

0 commit comments

Comments
 (0)