-
Notifications
You must be signed in to change notification settings - Fork 6.8k
build: rework breaking changes tooling #12950
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
Conversation
crisbeto
commented
Sep 2, 2018
- Reworks the breaking change tslint rule to remove the logic that checks that there are no expired breaking changes.
- Adds a new script that can be used to get an overview of the pending and expired breaking changes.
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.
LGTM.
tools/gulp/tasks/breaking-changes.ts
Outdated
*/ | ||
task('breaking-changes', () => { | ||
const cwd = process.cwd(); | ||
const configFile = ts.readJsonConfigFile(join(cwd, 'tsconfig.json'), ts.sys.readFile); |
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.
Would it be better to just refer to the build config's project directory?
I know that gulp always changes the CWD to the gulpfile
directory
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'd say so, I didn't know that we had it configured somewhere.
* Reworks the breaking change tslint rule to remove the logic that checks that there are no expired breaking changes. * Adds a new script that can be used to get an overview of the pending and expired breaking changes.
a111fa5
to
4bed263
Compare
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.
LGTM
* Reworks the breaking change tslint rule to remove the logic that checks that there are no expired breaking changes. * Adds a new script that can be used to get an overview of the pending and expired breaking changes.
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |