Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
feat: add python-semantic-release library
  • Loading branch information
Angeluz-07 committed Apr 8, 2020
commit ea21a76c9ddb07d08532f0a9c7b76f685e679001
3 changes: 3 additions & 0 deletions requirements/time_tracker_api/prod.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ flask-restplus==0.12.1
#CLI support
Flask-Script==2.0.6

#Semantic versioning
python-semantic-release==5.1.0

# The Debug Toolbar
Flask-DebugToolbar==0.11.0

Expand Down
4 changes: 4 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
testpaths = tests
addopts = -p no:warnings

[semantic_release]
version_variable = time_tracker_api/__init__.py:__version__
upload_to_pypi = false

[coverage:run]
branch = True
source =
Expand Down