Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/aaronjsutton/phoenix-release-action

GitHub Action to release Phoenix projects
https://github.com/aaronjsutton/phoenix-release-action

github-actions phoenix-framework release

Last synced: 3 days ago
JSON representation

GitHub Action to release Phoenix projects

Awesome Lists containing this project

README

        

# Phoenix Release

Build a Phoenix project using Elixir releases.

See the [Phoenix documentation](https://hexdocs.pm/phoenix/releases.html) and the [Mix documentation](https://hexdocs.pm/mix/Mix.Tasks.Release.html) for more information on this process.

## Compatibility

Requires at least Phoenix 1.6.3 or higher and Elixir 1.12 or higher.

## Usage

```yaml
steps:
- name: Generate Phoenix release
uses: aaronjsutton/[email protected]
```