Skip to content

Comments

Fix release tool issues#48

Merged
estesp merged 2 commits intocontainerd:mainfrom
dmcgowan:fix-release-tool-issues
Mar 7, 2024
Merged

Fix release tool issues#48
estesp merged 2 commits intocontainerd:mainfrom
dmcgowan:fix-release-tool-issues

Conversation

@dmcgowan
Copy link
Member

@dmcgowan dmcgowan commented Mar 7, 2024

Fix an issue with ] not getting stripped in titles like [release/1.6]
Fix an issue where the changelog with commits its not included when highlights flag is set even though skip commits is not set.

dmcgowan added 2 commits March 6, 2024 15:39
Signed-off-by: Derek McGowan <derek@mcg.dev>
Signed-off-by: Derek McGowan <derek@mcg.dev>
r.Highlights = groupHighlights(projectChanges)
} else {
}
if !highlights || !skipCommits {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This will cause the commits to be displayed even if the --skip-commits is set to true, but highlights flag is not set, it defaults to false.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If skip-commits is set, then commits are ignored and not listed, only PRs are. Highlights also only shows PRs. If highlights is set, then it doesn't make sense to also show just the full of PRs below the highlights. Documentation probably makes more sense here, I'll at least update the flags to use on our own release docs.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yep. Doc definitely helps.

@estesp estesp merged commit c78fe05 into containerd:main Mar 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants