Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: copy semantic-release from console repo (#2977)
I love https://github.com/winglang/console/tree/main/tools/conventional-release and it effectively has the same goal as the ad-hoc script in https://github.com/winglang/wing/blob/main/scripts/changelog.mjs. To ease the movement of the console into the monorepo, I went ahead and moved that project into this repo. Unfortunately, a lot of changes were needed due to repo differences so I ended up using more of the original script than I intended, but the end result is still easier to use than what I implemented previously. ## Checklist - [x] Title matches [Winglang's style guide](https://docs.winglang.io/contributors/pull_requests#how-are-pull-request-titles-formatted) - [ ] Description explains motivation and solution - [ ] Tests added (always) - [ ] Docs updated (only required for features) - [ ] Added `pr/e2e-full` label if this feature requires end-to-end testing *By submitting this pull request, I confirm that my contribution is made under the terms of the [Monada Contribution License](https://docs.winglang.io/terms-and-policies/contribution-license.html)*.
- Loading branch information