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
The repository uses conventional commits, but the granularity of a commit does not sufficiently match a significant change worth documenting.
The Backstage project itself also uses conventional commits (not very consistently, though), but relies on Changesets to generate changelogs (after the first stable release).
It would be good to introduce Changesets, and include a changeset for each significant change in the code base. During pull request reviews, thes changeset can be ensured/reviewed/discussed.
Conventional commits could stay if they serve a purpose (or just for consistency).
The text was updated successfully, but these errors were encountered:
The repository uses conventional commits, but the granularity of a commit does not sufficiently match a significant change worth documenting.
The Backstage project itself also uses conventional commits (not very consistently, though), but relies on Changesets to generate changelogs (after the first stable release).
It would be good to introduce Changesets, and include a changeset for each significant change in the code base. During pull request reviews, thes changeset can be ensured/reviewed/discussed.
Conventional commits could stay if they serve a purpose (or just for consistency).
The text was updated successfully, but these errors were encountered: