include others changes in changelog

This commit is contained in:
cclecle
2023-03-28 00:08:18 +01:00
parent a5f39d6cb2
commit e1c1e643c3

2
Jenkinsfile vendored
View File

@@ -625,7 +625,7 @@ pipeline {
|
|LastTag=gitversionhelper.tag.getLastTag(same_branch=True)
|CommitHistory=gitversionhelper.commit.getMessagesSinceTag(LastTag, merged_output=True, ignore_merged=True)
|Changelog = ChangelogFactory(CommitHistory).RenderFullChangelog()
|Changelog = ChangelogFactory(CommitHistory).RenderFullChangelog(include_unknown=True)
|
|ReleaseContent = ReleaseContent + "\\n"+ "\\n"+ "## Changelog:\\n" + Changelog
|