Skip to content

Commit dc0ffb1

Browse files
committed
Generate release notes on "Create a GitHub release"
Signed-off-by: tdruez <tdruez@nexb.com>
1 parent 15fb5fd commit dc0ffb1

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/pypi-release-aboutcode-pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
run: python -m pip install flot --user
2424

2525
- name: Build a binary wheel and a source tarball
26-
run: python -m flot --pyproject pipeline-pyproject.toml --sdist --wheel --output-dir dist/
26+
run: python -m flot --pyproject pipeline-pyproject.toml --sdist --wheel --output-dir dist/
2727

2828
- name: Publish to PyPI
2929
if: startsWith(github.ref, 'refs/tags')

.github/workflows/pypi-release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ jobs:
3838
path: dist/*
3939

4040
- name: Create a GitHub release
41-
uses: softprops/action-gh-release@v1
41+
uses: softprops/action-gh-release@v2
4242
with:
43+
generate_release_notes: true
4344
draft: false
4445
files: dist/*

0 commit comments

Comments
 (0)