Skip to content

Commit 74b73cb

Browse files
aleoligiorio94
authored andcommitted
make draft releases
it makes it possible to add content to the relaese notes before to send emails and notifications
1 parent a9b76fb commit 74b73cb

File tree

2 files changed

+16
-3
lines changed

2 files changed

+16
-3
lines changed

.github/workflows/integration.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -306,6 +306,7 @@ jobs:
306306
tag: ${{ needs.configure.outputs.commit-ref }}
307307
name: ${{ needs.configure.outputs.commit-ref }}
308308
prerelease: ${{ steps.semver_parser.outputs.prerelease != '' }}
309+
draft: true
309310

310311
- name: Update Helm index
311312
run: |
@@ -330,6 +331,4 @@ jobs:
330331
tag: ${{ needs.configure.outputs.commit-ref }}
331332
name: ${{ needs.configure.outputs.commit-ref }}
332333
prerelease: ${{ steps.semver_parser.outputs.prerelease != '' }}
333-
334-
- name: Update new version in krew-index
335-
uses: rajatjindal/[email protected]
334+
draft: true

.github/workflows/release.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: Release Pipeline
2+
on:
3+
release:
4+
types:
5+
- published
6+
7+
jobs:
8+
9+
krew:
10+
runs-on: ubuntu-latest
11+
steps:
12+
13+
- name: Update new version in krew-index
14+
uses: rajatjindal/[email protected]

0 commit comments

Comments
 (0)