Changelog/semantic-releases? #449
yuri-scarbaci-lenio
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Any plans on adding changelogs to the library?
I have seen many open source libraries going with https://github.com/semantic-release/semantic-release and we are using it in our internal project with good results
this would help those that are using this lib in production a lot by helping us to track down what the changes are and even more importantly if there is any breaking-change we need to be aware of...
the only trade-off is that the PR/Commits will have to follow a semantic ( something akin to
feat: ...fix: ..., there are more advanced semantics, but this is usually more than enough... )Beta Was this translation helpful? Give feedback.
All reactions