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 c38a7ad
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 9 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/semantic-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Run python-semantic-release
run: |
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 }}"
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[tool.semantic_release]
version_variables = ["vmaas/common/constants.py:VMAAS_VERSION"]
commit_author = "vmaas-bot <[email protected]>"
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 c38a7ad

Please sign in to comment.