Skip to content

Commit b9a084a

Browse files
committed
change release title to not include "release-", but leave the version number
1 parent 655df87 commit b9a084a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ pipeline {
142142
${GH_TOOL}/bin/gh release create ${TAG_NAME} \
143143
--draft \
144144
--generate-notes \
145-
--title 'WebLogic Image Tool ${TAG_NAME}' \
145+
--title 'WebLogic Image Tool ${TAG_NAME#*-}' \
146146
--repo https://github.com/oracle/weblogic-image-tool \
147147
installer/target/imagetool.zip
148148
"""

0 commit comments

Comments
 (0)