Skip to content

Commit 60d6df1

Browse files
authored
Merge pull request #9 from NarrativeApp/feat/private-hex-package
fix: update version_tag_prefix to include 'v'
2 parents 21d1829 + c0c76ef commit 60d6df1

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)