Skip to content

Release

github-wiki-action edited this page Aug 15, 2022 · 2 revisions
  1. Set the HEX_API_KEY as a Github secret (skip this step if it has been done).

  2. Visit the Bump Version Github Action Workflow.

  3. Choose develop branch.

  4. Trigger the workflow with the next <version number>. That workflow will create a PR into the develop branch with the title [Chore] Bump version to <version number>.

bump-version-workflow

  1. Merge the Bump version PR above into the develop branch.

  2. Create the release/<version number> from the develop branch, pointing to the main branch.

  3. Create a Release from the main branch.

  4. Once the release is published, Github Action automatically publishes the template to https://hex.pm/packages/nimble_template.

Table of Contents

Architecture

Release

Upgrade stack (Elixir, Erlang, Alpine, Node version)

Clone this wiki locally