Skip to content

Commit

Permalink
update-all command
Browse files Browse the repository at this point in the history
  • Loading branch information
epogrebnyak committed Jan 30, 2023
1 parent 63d43ec commit e34808b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,18 @@ apidoc:
pull:
git pull --rebase

update-all:
just update
just patch
just release

# update csv file (project-specific)
update:
poetry run python example/update.py
poetry run python app/badge.py

patch:
poetry version patch

release:
just version | xargs -I % gh release create %
Expand Down

0 comments on commit e34808b

Please sign in to comment.