Skip to content

Commit 81d0267

Browse files
authored
feat: add Nova ecosystem metadata for Hex discovery (#21)
Adds extra metadata to the Hex package config so this plugin is discoverable via `extra:nova,plugin` search queries.
1 parent 57ca68f commit 81d0267

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

rebar.config

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,10 @@
2727
{git, "https://github.com/Taure/rebar3_sbom.git", {branch, "feat/include-otp-components"}}}
2828
]}.
2929

30-
{hex, [{doc, #{provider => ex_doc}}]}.
30+
{hex, [
31+
{doc, #{provider => ex_doc}},
32+
{metadata, #{extra => #{<<"nova">> => <<"plugin">>}}}
33+
]}.
3134

3235
{ex_doc, [
3336
{extras, [

0 commit comments

Comments
 (0)