Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
darwin67 committed Jul 28, 2023
1 parent 15ebf2b commit 347b5f8
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 16 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand All @@ -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
Expand Down
10 changes: 1 addition & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule Inngest.MixProject do
use Mix.Project

@version "0.1.4"
@version "0.1.5"

def project do
[
Expand Down

0 comments on commit 347b5f8

Please sign in to comment.