Canonical git remote: https://github.com/niranjanaryan/gale
This directory currently lives under elixcoder/gale. Split or subtree-push
before the first Hex release:
# from elixcoder/
git subtree split -P gale -b gale-main
# in a new clone of niranjanaryan/gale
git push git@github.com:niranjanaryan/gale.git gale-main:main
Checklist
mix testandmix bench(commitbenchmark/RESULTS.md)- Version in
mix.exs+CHANGELOG.md mix docs— skim hexdocs locallymix hex.build— tarball has no_build/,deps/, or.somix hex.publish(needsHEX_API_KEYormix hex.user auth)git tag v0.1.0 && git push origin v0.1.0- GitHub repo settings:
- Sponsors:
.github/FUNDING.yml(already in tree) - About: “Phoenix HTTP/3 (QUIC) adapter”
- Topics:
elixir,phoenix,http3,quic,bandit - Enable Discussions and Security advisories
- Sponsors:
Environment
HEX_API_KEY=... # hex.pm
GITHUB_TOKEN=... # optional release notesDo not commit API keys. GitHub Actions does not publish Hex on this repo
until a publish workflow is added on tags.