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!