Skip to content

Commit

Permalink
remove issue labels from changelog (dev-sec#382)
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Schurz <Martin.Schurz@t-systems.com>
  • Loading branch information
schurzi committed Jan 22, 2021
1 parent a218dfc commit 676df30
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ jobs:
with:
token: ${{ secrets.GITHUB_TOKEN }}
future_release: ${{ steps.version.outputs.next-version }}
issue_line_labels: "ALL"
# this excludes all versions prior to the collection-release
# since they break the changelog generation with the error:
# "No common ancestor between ... and $version"
Expand Down Expand Up @@ -61,7 +60,6 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
since_tag: ${{ steps.previoustag.outputs.tag }}
future_release: ${{ steps.version.outputs.next-version }}
issue_line_labels: "ALL"
output: CHANGELOGRELEASE.md
# this excludes all versions prior to the collection-release
# since they break the changelog generation with the error:
Expand Down

0 comments on commit 676df30

Please sign in to comment.