Skip to content

Commit

Permalink
Merge pull request #173 from fluxcd/include-author-changelog
Browse files Browse the repository at this point in the history
Include PR author in changelog
  • Loading branch information
stefanprodan authored Aug 21, 2020
2 parents 35d6172 + 31d4b62 commit 0ed8ca9
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 29 deletions.
6 changes: 0 additions & 6 deletions .github/actions/kustomize/Dockerfile

This file was deleted.

9 changes: 0 additions & 9 deletions .github/actions/kustomize/action.yml

This file was deleted.

12 changes: 0 additions & 12 deletions .github/actions/kustomize/entrypoint.sh

This file was deleted.

4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ jobs:
- name: Generate release notes
run: |
echo 'CHANGELOG' > /tmp/release.txt
github-release-notes -org fluxcd -repo toolkit -since-latest-release >> /tmp/release.txt
github-release-notes -org fluxcd -repo toolkit -since-latest-release -include-author >> /tmp/release.txt
- name: Setup Kustomize
uses: ./.github/actions/kustomize
uses: fluxcd/pkg//actions/kustomize@master
- name: Generate manifests tarball
run: |
mkdir -p ./output
Expand Down

0 comments on commit 0ed8ca9

Please sign in to comment.