Hi,
I'm using Tasks XplatGenerateReleaseNotes@3 and WikiUpdaterTask@1 on Release pipeline.
Maybe I misunderstood something but I'm not getting information that I would expecting.
Let's imagine that we have structure of repository:
Master branch
Develop branch (created from Master)
When we are working on some features/bugfixes everything is going into Develop branch except situation when creating new stuff is already "closed". In that time we are creating new Release branch from Develop.
Developers can continue with their work, Release branch is "locked" and under testing and if there are some issues, HotFixes are comming to Release/Develop branches in separated PRs.
In the end, Release branch is merged into Master via single PR with all commits which we did from last time when Develop branch was merged into Master.
What I was expecting when I did Release Pipeline with GenerateReleaseNote plugin? That I'll have same list of commits as it is shown on Azure in PR details under "Commits" TAB. (Left Sidebar Menu -> Pull Request -> Completed -> {{somePR}} -> Commits)
Note: I did same with regular pipeline and for both situation I'm using printing debug values into terminal, to check what I can use to generate Release Notes into Wiki.
What I got? Single commit with small information about what was done like: id, message, type, author, timestamp, location.. and so on.
My question is, it's possible to get informations about all commits which we are merging as new Release into Master via single PR? It's not purporse of this plugin or I'm doing something wrong?
Thank you so much.
Best regards, striky..
Hi,
I'm using Tasks XplatGenerateReleaseNotes@3 and WikiUpdaterTask@1 on Release pipeline.
Maybe I misunderstood something but I'm not getting information that I would expecting.
Let's imagine that we have structure of repository:
Master branch
Develop branch (created from Master)
When we are working on some features/bugfixes everything is going into Develop branch except situation when creating new stuff is already "closed". In that time we are creating new Release branch from Develop.
Developers can continue with their work, Release branch is "locked" and under testing and if there are some issues, HotFixes are comming to Release/Develop branches in separated PRs.
In the end, Release branch is merged into Master via single PR with all commits which we did from last time when Develop branch was merged into Master.
What I was expecting when I did Release Pipeline with GenerateReleaseNote plugin? That I'll have same list of commits as it is shown on Azure in PR details under "Commits" TAB. (Left Sidebar Menu -> Pull Request -> Completed -> {{somePR}} -> Commits)
Note: I did same with regular pipeline and for both situation I'm using printing debug values into terminal, to check what I can use to generate Release Notes into Wiki.
What I got? Single commit with small information about what was done like: id, message, type, author, timestamp, location.. and so on.
My question is, it's possible to get informations about all commits which we are merging as new Release into Master via single PR? It's not purporse of this plugin or I'm doing something wrong?
Thank you so much.
Best regards, striky..