Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add mix.exs #99

Merged
merged 2 commits into from Oct 21, 2021
Merged

Add mix.exs #99

merged 2 commits into from Oct 21, 2021

Commits on Oct 20, 2021

  1. Add mix.exs

    This allows Elixir to compile the project without shelling
    out to Rebar 3, which is useful in low memory environments.
    Generally speaking, I wouldn't say this is a requirement for
    projects, but given telemetry usage is widespread, it makes
    sense to optimize it to different build tools.
    
    The only downside is that the vsn can no longer be hardcoded
    to "git". For this reason, we also introduce a "RELEASE.md"
    file with steps to release a new version (which already
    requires some extra steps due to the use of ExDoc for docs).
    josevalim committed Oct 20, 2021
    Configuration menu
    Copy the full SHA
    9bdf924 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2021

  1. Update RELEASE.md

    josevalim committed Oct 21, 2021
    Configuration menu
    Copy the full SHA
    d60686e View commit details
    Browse the repository at this point in the history