Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6666842

Browse files
committed
Merge branch 'release/v1.0.43' into main
2 parents b6853cf + e87eac9 commit 6666842

File tree

2 files changed

+25
-2
lines changed

2 files changed

+25
-2
lines changed

.github/workflows/ci-main.yml

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff 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+
```

.k8s/overlays/development/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ namespace: test-cd
44
images:
55
- name: container-to-change-cd
66
newName: quaredevil/ci-gitops-test
7-
newTag: bfb6e716283976eafab5a6483ba6b8f962559361
7+
newTag: cfa669f80afbad6c022e25a27c442e2d3ba2a08c
88
commonLabels:
99
node.finance.99app.com/environment: development
1010
resources:

0 commit comments

Comments
 (0)