#12 Add -v, --version option to changeset CLI and other small fixes#15
Merged
Conversation
37359ee to
6661968
Compare
jvilimek
reviewed
Nov 20, 2025
jvilimek
reviewed
Nov 20, 2025
jvilimek
requested changes
Nov 20, 2025
Contributor
jvilimek
left a comment
There was a problem hiding this comment.
one small issue found, see the comment
Co-authored-by: Jan Vilimek <jvilimek@users.noreply.github.com>
jvilimek
previously approved these changes
Dec 22, 2025
Contributor
jvilimek
left a comment
There was a problem hiding this comment.
LGTM
There are still tests failing, that needs to be fixed
Failed GenerateChangelogFilesAsync_GeneratesTwoChangelogs_WhenChangelogsForMultipleProjects [3 ms]
Error Message:
Expected string to be the same string, but they differ on line 5 and column 1 (index 29):
↓ (actual)
"…2.0.0\n\n**Major Changes**:\n\n- change2\n\n**Minor Changes**:\n\n-…"
"…2.0.0\n\n### Major Changes\n\n- change2\n\n### Minor Changes\n\n-…"
↑ (expected).
aaddef7 to
eba110b
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Issue number
#12
Changes
-v, --versionoption to changeset CLI and other small fixes (PR #15)MD012/no-multiple-blankslinter warning in generated changelog that was caused by two new lines at the bottom of a generated section instead of oneMD024/no-duplicate-headinglinter warning in generated changelog that was caused by duplicate headings. This### {bumpType} Changeswas replaced with this**{bumpType} Changes**:TreatWarningsAsErrorsis changing code style warnings to errors, but we want to keep them as warningsChecklist