ci: make great release's changelog - #13
Merged
Merged
Conversation
Wire @release-it/conventional-changelog into all 3 packages so release notes surface actual feat/fix commits instead of being empty. No CHANGELOG.md file is written, matching the existing GitHub-Releases-as-source-of-truth convention. Also sets gitRawCommitsOpts/commitsOpts.to=HEAD, working around a library bug where an unset commit range silently produces zero commits when no previous tag exists yet. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Now that changelogs are generated from commit types, a PR titled chore/ci when it actually contains a fix means that fix silently never shows up anywhere. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Without gitRawCommitsOpts/commitsOpts.path, every package's release notes included feat/fix commits from the other two packages too. Verified with a throwaway single-package commit before/after. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Each package's .release-it.json now only holds its own tagName and extends the root config for the conventional-changelog plugin setup, instead of duplicating the same plugin block 3 times. Verified all 3 packages still produce identical, correctly-scoped changelogs. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Both were hidden by the conventionalcommits preset's defaults. They still don't influence the recommended version bump (feat/fix/perf still drive that) - just visible now under their own sections. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
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.
No description provided.