Skip to content

Commit

Permalink
Update changelog for collection (#324)
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
rndmh3ro authored Nov 8, 2020
1 parent 1964d55 commit b1db73b
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: charmixer/auto-changelog-action@9715f33
with:
token: ${{ secrets.GITHUB_TOKEN }}
future_release: ${{ steps.version.outputs.next-version }}
issue_line_labels: "ALL"

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

- name: push changelog
Expand Down

0 comments on commit b1db73b

Please sign in to comment.