diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fbec151..4915abf 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,7 +20,7 @@ jobs: with: fetch-depth: 0 - - name: Generate a changelog + - name: Generate release docs uses: orhun/git-cliff-action@v2 id: git-cliff with: @@ -31,7 +31,7 @@ jobs: - name: Generate a changelog uses: orhun/git-cliff-action@v2 - id: git-cliff + id: git-cliff-change with: config: cliff.toml env: @@ -47,10 +47,10 @@ jobs: r="${r//$'\r'/'%0D'}" # Multiline escape sequences for '\r' echo "RELEASE_BODY=$r" >> $GITHUB_OUTPUT - - name: Publish to Hex.pm - uses: erlangpack/github-action@v3 - env: - HEX_API_KEY: ${{ secrets.HEX_API_KEY }} + # - name: Publish to Hex.pm + # uses: erlangpack/github-action@v3 + # env: + # HEX_API_KEY: ${{ secrets.HEX_API_KEY }} - name: Create release uses: svenstaro/upload-release-action@v2 diff --git a/CHANGELOG.md b/CHANGELOG.md index 1955e52..1251cd8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,15 +2,7 @@ All notable changes to this project will be documented in this file. -## [unreleased] - -### Documentation - -- Docs: add `path_runtime_eval` reference for config - -### Features - -- Feat: allow runtime path evaluation +## [0.1.5] - 2023-07-28 ## [0.1.4] - 2023-07-28 diff --git a/mix.exs b/mix.exs index 95eaeb7..a0f05fe 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Inngest.MixProject do use Mix.Project - @version "0.1.4" + @version "0.1.5" def project do [