We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb889bd commit 824844aCopy full SHA for 824844a
1 file changed
rebar.config
@@ -35,7 +35,6 @@
35
{main, <<"readme">>},
36
{extras, [
37
<<"README.md">>,
38
- <<"CHANGELOG.md">>,
39
<<"docs/getting-started.md">>,
40
<<"docs/ai-integration.md">>,
41
<<"docs/type-conversion.md">>,
@@ -44,7 +43,8 @@
44
43
<<"docs/memory.md">>,
45
<<"docs/scalability.md">>,
46
<<"docs/threading.md">>,
47
- <<"docs/testing-free-threading.md">>
+ <<"docs/testing-free-threading.md">>,
+ <<"CHANGELOG.md">>
48
]},
49
{groups_for_extras, [
50
{<<"Guides">>, [
0 commit comments