-
Notifications
You must be signed in to change notification settings - Fork 583
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conventional Logging + Semantic Release #229
Comments
potential tool: https://github.com/changesets/changesets |
I also want to use changesets, but found that it does not support conventional changelog yet changesets/changesets#577 |
I'm not very fixated on conventional changelog. Any kind of automated changelog + automated released system would be great honestly |
I would love to see you push forward to using changesets and conventional commits. However if you're looking for other tools and approaches, I've made a short list available here semantic-release-plus/semantic-release-plus#249 |
I am interested in setting up this. |
@misstong Would love your contribution! You're welcome to take a stab at it, and let me know if you need any help 🙏🏽 |
@samijaber have you considered https://github.com/googleapis/release-please - I've can pull together a PR & Demo on a fork if you would like? It's a really powerful tool to automating github releases based on conventional commits. All you would need to do is maintain conventional commits in the repo, and it will automatically tag, version and release with the option to output version data to files (e.g. packages.json) and changelog,md files |
Oh, Closing this as we have already implemented https://github.com/changesets/changesets |
Setup conventional logging / semantic release so that:
The text was updated successfully, but these errors were encountered: