set component type with H3 tag

This commit is contained in:
Roberto Cirillo 2021-05-05 16:04:48 +02:00
parent d8e437297a
commit f471287f37
1 changed files with 2 additions and 2 deletions

2
Jenkinsfile vendored
View File

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