test printing changelog parts

This commit is contained in:
cclecle
2023-03-28 00:21:37 +01:00
parent e1c1e643c3
commit 7347106694

3
Jenkinsfile vendored
View File

@@ -624,8 +624,11 @@ pipeline {
| + "Reference documentation: [mkdocs page](https://chacha.ddns.net/mkdocs-web/${_PROJECT_USER_NAME}/${PY_PROJECT_NAME}/${_GIT_BRANCH}/${PY_PROJECT_VERSION_STRIPPED}/) "
|
|LastTag=gitversionhelper.tag.getLastTag(same_branch=True)
|print(f"LastTag= {LastTag}")
|CommitHistory=gitversionhelper.commit.getMessagesSinceTag(LastTag, merged_output=True, ignore_merged=True)
|print(f"CommitHistory= {CommitHistory}")
|Changelog = ChangelogFactory(CommitHistory).RenderFullChangelog(include_unknown=True)
|print(f"Changelog= {Changelog}")
|
|ReleaseContent = ReleaseContent + "\\n"+ "\\n"+ "## Changelog:\\n" + Changelog
|