Skip to content

Commit

Permalink
Update changelog for collection
Browse files Browse the repository at this point in the history
This adds all labels to the line in the changelog:

- Breaking change in ansible-lint - set file permissions explicitly [\#299](#299) [[enhancement](https://github.com/dev-sec/ansible-os-hardening/labels/enhancement)] [[minor](https://github.com/dev-sec/ansible-os-hardening/labels/minor)]

[minor] in this case. This will be used to tag the issues in the changelog according to the role, e.g. ssh_hardening

Signed-off-by: Sebastian Gumprich <github@gumpri.ch>
  • Loading branch information
Sebastian Gumprich committed Nov 6, 2020
1 parent 20212b7 commit b416265
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,17 +26,19 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Generate changelog
uses: charmixer/auto-changelog-action@8095796
uses: heinrichreimer/github-changelog-generator-action@v2.1.1
with:
token: ${{ secrets.GITHUB_TOKEN }}
future_release: ${{ steps.version.outputs.next-version }}
issueLineLabels: "ALL"

- name: Generate changelog for the release
uses: charmixer/auto-changelog-action@8095796
uses: heinrichreimer/github-changelog-generator-action@v2.1.1
with:
token: ${{ secrets.GITHUB_TOKEN }}
since_tag: ${{ steps.previoustag.outputs.tag }}
future_release: ${{ steps.version.outputs.next-version }}
issueLineLabels: "ALL"
output: CHANGELOGRELEASE.md

- name: push changelog
Expand Down

0 comments on commit b416265

Please sign in to comment.