-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(ci): use yarn workspace to process release #144
Conversation
"createReleaseIssue": "yarn build && node dist/scripts/release/create-release-issue.js", | ||
"processRelease": "yarn build && node dist/scripts/release/process-release.js", | ||
"setHostsOptions": "yarn build && node dist/scripts/pre-gen/setHostsOptions.js" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this expected to have this path? Why isn't it dist/pre-gen
or dist/release
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh because we include the openapitools.json config so it builds from the root structure? 🤔
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah I didn't like it, but I think it's because I'm importing files outside the root of this package scripts
(release.config.js and openapitools.json)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good!
We should merge this one before #142
@shortcuts oops merged 142 first 😆 |
* fix(ci): call the correct script to process release * fix: fix type issue
🧭 What and Why
Changes included: