Description
Currently the changeset procedure throws a wrench into the current CI/CD pipeline as addition of it is manual.
This leads to the following problems:
- Automated PRs by bot are merged without changeset leading to no release happening.
- Sometimes maintainers overlook absence of changesets, leading to critical bug fixes not getting released.
Current POA:
Step 1. Add changeset based on title of pull request.
- feat --> minor
- fix --> patch
- feat! or fix! --> major
Step 2. Messages for releases need to be thought of a little more.
Step 3. Some way to remind contributors to modify changeset.
Note: Just an initial idea in my mind.
Are you willing to work on this issue ?
Yes (at least for now)
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Completed
Status
Done