Skip to content

Is it possible to make release notes tool to consider the environment? #1566

Answered by rfennell
bhirnyk asked this question in Q&A
Discussion options

You must be logged in to vote

You could use overrideBuildReleaseId but that in 'hard codes' the historic build to compare against. So does need some manual management as time goes on as you will wish to compare against new builds as the project proceeds

The section I meant was the 2nd option

Option Multi Stage YAML Classic Build/Release
Generate notes for just the current build Requires checkstages=false parameter Run inside the build
Generate notes since the last successful release.
Option 1. Place the task in a stage that is only run when you wish to generate release notes. Usually this will be guarded by branch based filters or manual approvals.
Requires checkstages=true parameter Run inside the release. S…

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@bhirnyk
Comment options

@rfennell
Comment options

Answer selected by bhirnyk
@bhirnyk
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment