Skip to content

Commit c0c76ef

Browse files
committed
fix: update version_tag_prefix to include 'v'
This tag is done _outside_ of `git_ops`
1 parent b547a89 commit c0c76ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/config.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ config :git_ops,
3434
changelog_file: "CHANGELOG.md",
3535
repository_url: "https://github.com/NarrativeApp/enquirer",
3636
manage_mix_version?: true,
37-
version_tag_prefix: ""
37+
version_tag_prefix: "v"

0 commit comments

Comments
 (0)