File tree 2 files changed +3
-12
lines changed
2 files changed +3
-12
lines changed Original file line number Diff line number Diff line change @@ -66,23 +66,12 @@ jobs:
66
66
- name : Archive the OpenAPI JSON schemas
67
67
run : |
68
68
tar -czvf ./output/crd-schemas.tar.gz -C schemas .
69
- - name : Download release notes utility
70
- env :
71
- GH_REL_URL : https://github.com/buchanae/github-release-notes/releases/download/0.2.0/github-release-notes-linux-amd64-0.2.0.tar.gz
72
- run : cd /tmp && curl -sSL ${GH_REL_URL} | tar xz && sudo mv github-release-notes /usr/local/bin/
73
- - name : Generate release notes
74
- run : |
75
- NOTES="./output/notes.md"
76
- echo '## CLI Changelog' > ${NOTES}
77
- github-release-notes -org fluxcd -repo flux2 -since-latest-release -include-author >> ${NOTES}
78
- env :
79
- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
80
69
- name : Run GoReleaser
81
70
id : run-goreleaser
82
71
uses : goreleaser/goreleaser-action@9ed2f89a662bf1735a48bc8557fd212fa902bebf # v6.1.0
83
72
with :
84
73
version : latest
85
- args : release --release-notes=output/notes.md -- skip=validate
74
+ args : release --skip=validate
86
75
env :
87
76
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
88
77
HOMEBREW_TAP_GITHUB_TOKEN : ${{ secrets.BOT_GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 1
1
project_name : flux
2
+ changelog :
3
+ use : github-native
2
4
builds :
3
5
- << : &build_defaults
4
6
binary : flux
You can’t perform that action at this time.
0 commit comments