Modify VERSIONING to be Markdown file to looks better in ExDoc

This commit is contained in:
kw7oe 2021-08-21 17:18:31 +08:00
parent 9b0146c7d7
commit 0ee49262c6
2 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
{source_url, <<"https://github.com/open-telemetry/opentelemetry-erlang">>}.
{extras, [<<"README.md">>, <<"LICENSE">>, <<"VERSIONING">>]}.
{extras, [<<"README.md">>, <<"LICENSE">>, <<"VERSIONING.md">>]}.
{main, <<"readme">>}.
{proglang, erlang}.