Skip to content

Commit

Permalink
Add known issue #41 to changelog
Browse files Browse the repository at this point in the history
and fix a typo in release.yml
  • Loading branch information
solvaholic committed Jul 29, 2021
1 parent a4da135 commit 211e59e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
"workflow_dispatch")
_ver="${{ github.event.inputs.version }}" ;;
"push")
_ver="${GITHUB_REF#refs/heads/release-}}" ;;
_ver="${GITHUB_REF#refs/heads/release-}" ;;
*)
echo "FAIL: Unexpected workflow trigger."
exit 1
Expand Down
3 changes: 3 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## Unreleased

### Known issues

- ([#41](https://github.com/solvaholic/octodns-sync/issues/41)) `add_pr_comment` adds a new comment for each run.

### Added
- ([#66](https://github.com/solvaholic/octodns-sync/pull/66)) Add output `plan` to include `plan_outputs` from `octodns-sync` command.

Expand Down

0 comments on commit 211e59e

Please sign in to comment.