Agoric / ui-kit

Components and tools for building graphical UIs
https://ui-kit-dwm.pages.dev/
Apache License 2.0
3 stars 3 forks source link

move from conventional-commits to changesets #52

Open turadg opened 10 months ago

turadg commented 10 months ago

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