1
0
mirror of synced 2026-02-06 19:05:55 +00:00

Include author in changelog

Replace kustomize action with fluxcd/pkg/actions
This commit is contained in:
stefanprodan
2020-08-21 17:55:11 +03:00
parent 35d6172d06
commit 31d4b62bf3
4 changed files with 2 additions and 29 deletions

View File

@@ -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