brainly / style-guide

:art: Brainly Front-End Style Guide
https://styleguide.brainly.com/
Other
162 stars 30 forks source link

226.0.0 stable release #2809

Closed kopach closed 2 months ago

kopach commented 2 months ago

Our release/versioning process is slightly incorrect. running standard npm version patch unexpectedly and automatically pushes changes and "tag" which is also against https://github.com/brainly/style-guide/blob/master/CONTRIBUTING.md#preparing-release

IMO, we should remove that and implement something like https://github.com/marketplace/actions/release-drafter or manually with tools like https://github.com/sindresorhus/np or https://github.com/release-it/release-it

Let me know, what do you think