From 5ece9c799dfaaf7e74bd7831cdbf8e99455a60ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fernando=20P=C3=A9rez-Garc=C3=ADa?= Date: Mon, 27 Jan 2025 21:02:45 +0000 Subject: [PATCH] Add recipe to push commits and tags --- justfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/justfile b/justfile index e7e867c3..dfb914aa 100644 --- a/justfile +++ b/justfile @@ -27,3 +27,6 @@ bump part="patch": bump-dry part='patch': uv run bump-my-version bump {{part}} --dry-run --verbose --allow-dirty + +push: + git push && git push --tags