Skip to content

Commit 31b9db3

Browse files
authored
chore: disable automatic changelog generation, clean up change log once more (#52)
1 parent e96ce1c commit 31b9db3

File tree

2 files changed

+45
-1069
lines changed

2 files changed

+45
-1069
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,16 @@ jobs:
3838
with:
3939
github_token: ${{ secrets.GITHUB_TOKEN }}
4040
force: ${{ github.event.inputs.releaseType }}
41+
changelog: false
4142

4243
- name: Python Semantic Release Automatic
4344
id: release_automatic
4445
if: ${{ github.event.inputs.releaseType == 'automatic' }}
4546
uses: python-semantic-release/python-semantic-release@master
4647
with:
4748
github_token: ${{ secrets.GITHUB_TOKEN }}
49+
changelog: false
50+
4851

4952
- name: Publish package distributions to PyPI
5053
uses: pypa/gh-action-pypi-publish@release/v1

0 commit comments

Comments
 (0)