From b81ce9f88478e3ecc52cc37f478788a472a4fa9d Mon Sep 17 00:00:00 2001 From: Chulki Lee Date: Fri, 1 Nov 2024 09:14:27 -0700 Subject: [PATCH] do not add v prefix to tag --- rebar.config | 1 + 1 file changed, 1 insertion(+) diff --git a/rebar.config b/rebar.config index fb86e6fb..84821067 100644 --- a/rebar.config +++ b/rebar.config @@ -35,6 +35,7 @@ , {homepage_url, "https://hexdocs.pm/brod"} , {source_url, "https://github.com/kafka4beam/brod"} , {source_ref, "master"} + , {prefix_ref_vsn_with_v, false} , {api_reference, false} ]}. {hex, [{doc, ex_doc}]}.