Initialize tinfoil for the current mix project.
By default, if no :tinfoil config is found in mix.exs, this
task prints a snippet to paste and exits. If a config is already
present, it generates the release pipeline files:
.github/workflows/release.yml.tinfoil/formula.rb.eex(if:homebrewenabled)scripts/install.sh(if:installerenabled)
Flags
--install— splice{:tinfoil, ...}intodeps/0and a minimal:tinfoilconfig intoproject/0, then runmix deps.get. Only touchesmix.exsfiles that still match themix newlayout; on anything more customized it falls back to printing the snippet.--force— overwrite existing generated files (default: true)--print— print the suggested config snippet and exit