Skip to content

Commit

Permalink
fix(contrib): use markdown as default release note format (#5993)
Browse files Browse the repository at this point in the history
  • Loading branch information
sguiheux authored Nov 3, 2021
1 parent f63e7d5 commit fd7b0a4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ func (e *artifactoryReleasePlugin) createReleaseBundle(distriClient *distributio
}
if !exist {
params.ReleaseNotes = releaseNote
params.ReleaseNotesSyntax = "plain_text"
params.ReleaseNotesSyntax = "markdown"

paramsBuild := fmt.Sprintf("%s/%s", strings.Replace(buildInfoName, "/", "\\/", -1), version)

Expand Down

0 comments on commit fd7b0a4

Please sign in to comment.