File tree Expand file tree Collapse file tree 2 files changed +25
-2
lines changed
.k8s/overlays/development Expand file tree Collapse file tree 2 files changed +25
-2
lines changed Original file line number Diff line number Diff line change @@ -186,6 +186,7 @@ jobs:
186186 with :
187187 github_token : ${{ secrets.GITHUB_TOKEN }}
188188 branch : ${{ github.ref }}
189+ tags : true
189190
190191
191192 github-release :
@@ -217,4 +218,26 @@ jobs:
217218 token : ${{ secrets.GITHUB_TOKEN }}
218219 generateReleaseNotes : true
219220 allowUpdates : true
220- artifactErrorsFailBuild : true
221+ tag : ${{ github.ref }}
222+ name : Release ${{ github.ref }}
223+ body : |
224+ ## Changes in this Release
225+
226+ History from `${{ steps.attrs.outputs.tail }}` to `${{ steps.attrs.outputs.head }}`
227+
228+ ### Commits
229+
230+ ${{ steps.attrs.outputs.commits }}
231+
232+ ### Pull Requests
233+
234+ ${{ steps.attrs.outputs.prs }}
235+
236+ ### Contributors
237+
238+ ${{ steps.attrs.outputs.contributors }}
239+
240+ ### Files
241+ ```
242+ ${{ steps.attrs.outputs.files }}
243+ ```
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ namespace: test-cd
44images :
55- name : container-to-change-cd
66 newName : quaredevil/ci-gitops-test
7- newTag : bfb6e716283976eafab5a6483ba6b8f962559361
7+ newTag : cfa669f80afbad6c022e25a27c442e2d3ba2a08c
88commonLabels :
99 node.finance.99app.com/environment : development
1010resources :
You can’t perform that action at this time.
0 commit comments