From 247488a5a47e1463f98f0f70119757c08222f9b1 Mon Sep 17 00:00:00 2001 From: Ray Miller Date: Thu, 5 Dec 2024 17:45:08 +0000 Subject: [PATCH] Add git-semver configuration --- dotfiles/git/.config/git-semver | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 dotfiles/git/.config/git-semver diff --git a/dotfiles/git/.config/git-semver b/dotfiles/git/.config/git-semver new file mode 100644 index 0000000..c4feeb5 --- /dev/null +++ b/dotfiles/git/.config/git-semver @@ -0,0 +1,5 @@ +# Use a fixed version prefix (e.g. v1.0.0) +VERSION_PREFIX=v + +# Sign tags +GIT_SIGN=1