mirror of
https://github.com/anchore/syft.git
synced 2026-02-13 11:06:43 +01:00
remove unrelease changelog option
Signed-off-by: Alex Goodman <alex.goodman@anchore.com>
This commit is contained in:
parent
6d9f9a9b3b
commit
9bd9dad76c
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
@ -25,7 +25,7 @@ jobs:
|
|||||||
git fetch origin main
|
git fetch origin main
|
||||||
git merge-base --is-ancestor ${GITHUB_REF##*/} origin/main && echo "${GITHUB_REF##*/} is a commit on 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
|
uses: fountainhead/action-wait-for-check@v1.0.0
|
||||||
id: sa-unit-int
|
id: sa-unit-int
|
||||||
with:
|
with:
|
||||||
|
|||||||
1
Makefile
1
Makefile
@ -240,7 +240,6 @@ changelog-release:
|
|||||||
-t ${GITHUB_TOKEN} \
|
-t ${GITHUB_TOKEN} \
|
||||||
--no-pr-wo-labels \
|
--no-pr-wo-labels \
|
||||||
--no-issues-wo-labels \
|
--no-issues-wo-labels \
|
||||||
--unreleased-only \
|
|
||||||
--since-tag $(SECOND_TO_LAST_TAG) \
|
--since-tag $(SECOND_TO_LAST_TAG) \
|
||||||
--due-tag $(VERSION)
|
--due-tag $(VERSION)
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user