You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We had some trouble with tags on conventional commits. And a recent PR was merged with commits that weren't "conventional" so the features they introduced weren't picked up in the Lerna publish tooling.
We can manually edit the changelog, but the presence of feat: commits also affects the package version number and the git tags produced, which are cumbersome to correct.
What is the Problem Being Solved?
We had some trouble with tags on conventional commits. And a recent PR was merged with commits that weren't "conventional" so the features they introduced weren't picked up in the Lerna publish tooling.
We can manually edit the changelog, but the presence of
feat:
commits also affects the package version number and the git tags produced, which are cumbersome to correct.Description of the Design
try using https://github.com/changesets/changesets
Security Considerations
Scaling Considerations
Test Plan
The text was updated successfully, but these errors were encountered: