Skip to content

Commit

Permalink
remove unrelease changelog option
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Goodman <[email protected]>
  • Loading branch information
wagoodman committed Sep 25, 2020
1 parent 6d9f9a9 commit 9bd9dad
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
git fetch origin main
git merge-base --is-ancestor ${GITHUB_REF##*/} origin/main && echo "${GITHUB_REF##*/} is a commit on main!"
- name: Check static anaylysis, unit, and integration test results
- name: Check static analysis, unit, and integration test results
uses: fountainhead/[email protected]
id: sa-unit-int
with:
Expand Down
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,6 @@ changelog-release:
-t ${GITHUB_TOKEN} \
--no-pr-wo-labels \
--no-issues-wo-labels \
--unreleased-only \
--since-tag $(SECOND_TO_LAST_TAG) \
--due-tag $(VERSION)

Expand Down

0 comments on commit 9bd9dad

Please sign in to comment.