Compare commits
1 Commits
1.2.0
...
1.2.0.post
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7347106694 |
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@@ -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
|
||||
|
|
||||
|
||||
Reference in New Issue
Block a user