aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/hex.mk
AgeCommit message (Collapse)Author
3 daysNative Elixir supportTyler Hughes
This commit also includes a way to completely disable Eunit as that is generally desirable for Elixir-only projects.
2025-02-11Add support for specifying Hex requirements for dependenciesLoïc Hoguin
This allows overriding the default which is to use the same explicit version as the dep_* line, and instead specify ranges of versions.
2024-11-26CI: Test the Hex pluginLoïc Hoguin
2024-11-19Use hex_core to fetch Hex packagesLoïc Hoguin
This should both be more solid and more secure.
2024-11-14Add hex_core as a proper Erlang.mk packageLoïc Hoguin
2024-11-14Update hex_core to v0.10.1Loïc Hoguin
2020-11-30Add support for publishing Hex releases and docsLoïc Hoguin