set component type with H3 tag #1
|
@ -242,7 +242,7 @@ def appendNotes(repo_notes) {
|
||||||
*/
|
*/
|
||||||
def appendHeading(name, version, gitRepo, commitID) {
|
def appendHeading(name, version, gitRepo, commitID) {
|
||||||
sh("""
|
sh("""
|
||||||
echo "## ${name} ${version}" >> $RELEASE_NOTES
|
echo "### ${name} ${version}" >> $RELEASE_NOTES
|
||||||
echo "Tagged commit: _[${commitID}](${gitRepo}/commit/${commitID})_" >> $RELEASE_NOTES
|
echo "Tagged commit: _[${commitID}](${gitRepo}/commit/${commitID})_" >> $RELEASE_NOTES
|
||||||
echo "" >> $RELEASE_NOTES
|
echo "" >> $RELEASE_NOTES
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue