Skip to content

Commit

Permalink
fix: remove commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean1572 committed May 16, 2024
1 parent 7cbe33f commit 5132d9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/create_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
with:
fetch-depth: 0
submodules: recursive
ref: main

- name: Python Semantic Release
uses: python-semantic-release/python-semantic-release@master
Expand Down
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,7 @@ 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 5132d9c

Please sign in to comment.