[tooling] Just release does it all now
All checks were successful
build / test (push) Successful in 1m57s
All checks were successful
build / test (push) Successful in 1m57s
This commit is contained in:
8
justfile
8
justfile
@ -15,9 +15,11 @@ celery:
|
|||||||
celery-beat:
|
celery-beat:
|
||||||
poetry run celery -A vrobbler beat -l info
|
poetry run celery -A vrobbler beat -l info
|
||||||
|
|
||||||
release kind="minor":
|
|
||||||
poetry run python scripts/release.py {{kind}}
|
|
||||||
|
|
||||||
push:
|
push:
|
||||||
git push && git push gitea
|
git push && git push gitea
|
||||||
git push --tags && git push --tags gitea
|
git push --tags && git push --tags gitea
|
||||||
|
|
||||||
|
release kind="minor":
|
||||||
|
poetry run python scripts/release.py {{kind}}
|
||||||
|
@push
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user