set component type with H3 tag

pull/1/head
Roberto Cirillo 3 years ago
parent d8e437297a
commit f471287f37

4
Jenkinsfile vendored

@ -242,7 +242,7 @@ def appendNotes(repo_notes) {
*/
def appendHeading(name, version, gitRepo, commitID) {
sh("""
echo "## ${name} ${version}" >> $RELEASE_NOTES
echo "### ${name} ${version}" >> $RELEASE_NOTES
echo "Tagged commit: _[${commitID}](${gitRepo}/commit/${commitID})_" >> $RELEASE_NOTES
echo "" >> $RELEASE_NOTES
@ -265,4 +265,4 @@ def parseBuildCommits(def text) {
)
}
return components
}
}

Loading…
Cancel
Save