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
Nick Boldt 2021-04-20 09:22:29 -04:00 committed by GitHub
parent 89082a98ad
commit be43b761b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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 }}