Skip to content

Commit

Permalink
chore: copy semantic-release from console repo (#2977)
Browse files Browse the repository at this point in the history
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
MarkMcCulloh authored Jun 20, 2023
1 parent 00c529a commit eeea47e
Show file tree
Hide file tree
Showing 69 changed files with 31,167 additions and 170,648 deletions.
2 changes: 2 additions & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
# We make use of symlinks between several projects but we do not use workspaces

install-links=false
fund=false
1 change: 1 addition & 0 deletions apps/jsii-docgen/.npmrc

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions apps/jsii-docgen/.projenrc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,5 +67,6 @@ project.addFields({

// We use of symlinks between several projects but we do not use workspaces
project.npmrc.addConfig("install-links", "false");
project.npmrc.addConfig("fund", "false");

project.synth();
2 changes: 1 addition & 1 deletion apps/vscode-wing/.projen/tasks.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit eeea47e

Please sign in to comment.