Skip to content

Commit ea21a76

Browse files
committed
feat: add python-semantic-release library
1 parent 84b1e70 commit ea21a76

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

requirements/time_tracker_api/prod.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ flask-restplus==0.12.1
2323
#CLI support
2424
Flask-Script==2.0.6
2525

26+
#Semantic versioning
27+
python-semantic-release==5.1.0
28+
2629
# The Debug Toolbar
2730
Flask-DebugToolbar==0.11.0
2831

setup.cfg

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
testpaths = tests
33
addopts = -p no:warnings
44

5+
[semantic_release]
6+
version_variable = time_tracker_api/__init__.py:__version__
7+
upload_to_pypi = false
8+
59
[coverage:run]
610
branch = True
711
source =

0 commit comments

Comments
 (0)