Skip to content

Commit

Permalink
KOGITO-9692 Fix release generation (#3170)
Browse files Browse the repository at this point in the history
Co-authored-by: radtriste <[email protected]>
  • Loading branch information
radtriste and radtriste authored Aug 10, 2023
1 parent 713d353 commit 6c0d5d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/jenkins/Jenkinsfile.promote
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ pipeline {
if(githubscm.isReleaseExist(getGitTag(), getGitAuthorCredsID())) {
githubscm.deleteRelease(getGitTag(), getGitAuthorCredsID())
}
githubscm.createReleaseWithGeneratedReleaseNotes(getGitTag(), getBuildBranch(), githubscm.getPreviousTag(getGitTag()), getGitAuthorCredsID())
githubscm.createReleaseWithGeneratedReleaseNotes(getGitTag(), getBuildBranch(), githubscm.getPreviousTagFromVersion(getGitTag()), getGitAuthorCredsID())
githubscm.updateReleaseBody(getGitTag(), getGitAuthorCredsID())
}
}
Expand Down

0 comments on commit 6c0d5d4

Please sign in to comment.