Skip to content

Commit

Permalink
chore: upgrade to python-semantic-release 8.x.x
Browse files Browse the repository at this point in the history
  • Loading branch information
jdobes committed Jul 20, 2023
1 parent c29d8a3 commit c60f297
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/semantic-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ jobs:
git config --global user.name "vmaas-bot"
git config --global user.email "[email protected]"
pip install python-semantic-release
semantic-release publish
semantic-release version
env:
GH_TOKEN: "${{ secrets.GH_TOKEN }}"
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[tool.semantic_release]
version_variables = ["vmaas/common/constants.py:VMAAS_VERSION"]
6 changes: 0 additions & 6 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
[semantic_release]
version_variable = vmaas/common/constants.py:VMAAS_VERSION
upload_to_pypi = false
upload_to_release = false
remove_dist = false

[flake8]
max-line-length = 160

0 comments on commit c60f297

Please sign in to comment.