Skip to content

Commit

Permalink
fix: fixed commit-subject again
Browse files Browse the repository at this point in the history
  • Loading branch information
dnikolay-ebc committed Dec 13, 2021
1 parent c9a9abb commit 32c4225
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/semantic-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,4 @@ jobs:
- name: Release backend
uses: relekang/python-semantic-release@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
commit_subject: "chore(release): {version}"
github_token: ${{ secrets.GITHUB_TOKEN }}
3 changes: 2 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ description-file = README.md
[semantic_release]
version_variable = filip/__init__.py:__version__,docs/source/conf.py:release
major_on_zero = false
upload_to_pypi = false
upload_to_pypi = false
commit_subject = "chore(release): {version}"

0 comments on commit 32c4225

Please sign in to comment.