remove unrelease changelog option

Signed-off-by: Alex Goodman <alex.goodman@anchore.com>
This commit is contained in:
Alex Goodman 2020-09-25 18:11:02 -04:00
parent 6d9f9a9b3b
commit 9bd9dad76c
No known key found for this signature in database
GPG Key ID: 5CB45AE22BAB7EA7
2 changed files with 1 additions and 2 deletions

View File

@ -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/action-wait-for-check@v1.0.0
id: sa-unit-int
with:

View File

@ -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)