#Question about Mantine’s release process. any reason for not using release-please?

4 messages · Page 1 of 1 (latest)

random pond
#

Hi Mantine team 👋

While exploring Mantine's release scripts, I noticed that a custom Node.js script for managing releases (scripts/release/index.ts), including version bumps and changelogs is used. I’m curious whether there was a specific reason you chose not to use release-please, which is quite popular for automating changelog generation, GitHub releases, and versioning based on conventional commits.

I’m asking because I’m considering release-please for a UI library myself and would love to learn from your experience.
Thanks for all your work!

nocturne dove
random pond
#

@nocturne dove Got it, thanks! One follow-up if you don’t mind: do you still follow semantic versioning manually, or does the script handle decisions like whether a change is a patch/minor/major?