mirror of
https://github.com/fluxcd/flux2.git
synced 2026-04-08 13:10:05 +00:00
Include author in changelog
Replace kustomize action with fluxcd/pkg/actions
This commit is contained in:
parent
35d6172d06
commit
31d4b62bf3
4 changed files with 2 additions and 29 deletions
4
.github/workflows/release.yaml
vendored
4
.github/workflows/release.yaml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue