if we re-release Che server, we should NOT overwrite the release notes w/ a fresh (empty) body (as happened for 7.29.0) (#19629)
Change-Id: I326cee00ef197ade9495a259d91beb13b4d0bc1c Signed-off-by: nickboldt <nboldt@redhat.com>7.30.x
parent
89082a98ad
commit
be43b761b0
|
|
@ -139,8 +139,8 @@ jobs:
|
||||||
body: Eclipse Che ${{ github.event.inputs.version }}
|
body: Eclipse Che ${{ github.event.inputs.version }}
|
||||||
draft: false
|
draft: false
|
||||||
name: Eclipse Che ${{ github.event.inputs.version }}
|
name: Eclipse Che ${{ github.event.inputs.version }}
|
||||||
omitBodyDuringUpdate: false
|
omitBodyDuringUpdate: true
|
||||||
omitNameDuringUpdate: false
|
omitNameDuringUpdate: true
|
||||||
prerelease: false
|
prerelease: false
|
||||||
tag: ${{ github.event.inputs.version }}
|
tag: ${{ github.event.inputs.version }}
|
||||||
token: ${{ secrets.CHE_BOT_GITHUB_TOKEN }}
|
token: ${{ secrets.CHE_BOT_GITHUB_TOKEN }}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue