Skip to content

Commit

Permalink
fix: disable changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean1572 committed May 16, 2024
1 parent 6ef7be0 commit 42dc8c2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/create_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ jobs:
- name: Python Semantic Release
uses: python-semantic-release/python-semantic-release@master
with:
# Yes I know there won't be a changelog. But I really like main as a protected branch
changelog: "false"
github_token: ${{ secrets.GITHUB_TOKEN }}
outputs:
release: ${{ steps.release.outputs.released }}
Expand Down
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@ resampy = "^0.4.2"
[tool.semantic_release]
version_variable = "pyproject.toml:version"
tag_format = "v{version}"

commit_parser = "angular"
commit_message = "{version}\n\nAutomatically generated by python-semantic-release"


[tool.semantic_release.branches.main]
Expand Down

0 comments on commit 42dc8c2

Please sign in to comment.