Skip to content

Commit

Permalink
chore: disable automatic changelog generation, clean up change log on…
Browse files Browse the repository at this point in the history
…ce more (#52)
  • Loading branch information
mhordynski authored Jun 17, 2024
1 parent e96ce1c commit 31b9db3
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 1,069 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,16 @@ jobs:
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
force: ${{ github.event.inputs.releaseType }}
changelog: false

- name: Python Semantic Release Automatic
id: release_automatic
if: ${{ github.event.inputs.releaseType == 'automatic' }}
uses: python-semantic-release/python-semantic-release@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
changelog: false


- name: Publish package distributions to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
Expand Down
Loading

0 comments on commit 31b9db3

Please sign in to comment.