Skip to content

Commit

Permalink
Added make commnd to bump version manually
Browse files Browse the repository at this point in the history
  • Loading branch information
Tranquility2 committed Apr 20, 2024
1 parent 83063ef commit e982448
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,6 @@ compile:
python3 -m piptools compile -o requirements/requirements.txt pyproject.toml
python3 -m piptools compile -o requirements/requirements-dev.txt --extra dev pyproject.toml
python3 -m piptools compile -o requirements/requirements-test.txt --extra test pyproject.toml

patch:
python3 -m semvergit -v -t patch -f xls_updater/__about__.py

0 comments on commit e982448

Please sign in to comment.