From 855360e1f5298c9207a79c578a66191ea4f743e3 Mon Sep 17 00:00:00 2001 From: Jules Dejaeghere Date: Sun, 23 Jun 2024 17:40:54 +0200 Subject: [PATCH] Set auto tag on bumpver --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f3ee2c6..856893e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ tag_scope = "default" pre_commit_hook = "" post_commit_hook = "" commit = true -tag = false +tag = true push = false [tool.bumpver.file_patterns]