Closed kopach closed 3 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
npm version patch
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
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-releaseIMO, 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