-
Notifications
You must be signed in to change notification settings - Fork 21
fix(scripts): update release issue process #537
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
Changes from all commits
5e3bc02
f908c17
b26409a
b1cf7b3
65c1524
d34dad1
e9d125e
1abfdc7
5bf8914
77101ee
5f5f624
2b8478d
1db6043
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -64,7 +64,7 @@ async function preCommit() { | |
} | ||
|
||
console.log( | ||
chalk.bgYellow('[INFO]'), | ||
chalk.black.bgYellow('[INFO]'), | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. this was hard to read |
||
`Generated file found, unstaging: ${stagedFile}` | ||
); | ||
|
||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,6 +23,7 @@ export const MAIN_BRANCH = releaseConfig.mainBranch; | |
export const OWNER = releaseConfig.owner; | ||
export const REPO = releaseConfig.repo; | ||
export const REPO_URL = `https://github.com/${OWNER}/${REPO}`; | ||
export const TODAY = new Date().toISOString().split('T')[0]; | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. let's not release around midnight ahah There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. ahahaha There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I said the same to Eunjae this morning |
||
|
||
export const CI = Boolean(process.env.CI); | ||
export const DOCKER = Boolean(process.env.DOCKER); | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,6 @@ | |
"createMatrix": "ts-node ci/githubActions/createMatrix.ts", | ||
"createReleaseIssue": "ts-node release/create-release-issue.ts", | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. is createReleaseIssue still used ? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Yep to create a PR, I wanted to rename it in this PR but I was afraid the diff would be too big, so I'll do it before merging/once merged |
||
"pre-commit": "./ci/husky/pre-commit.js", | ||
"processRelease": "ts-node release/process-release.ts", | ||
"pushGeneratedCode": "ts-node ci/codegen/pushGeneratedCode.ts", | ||
"renovateWeeklyPR": "ts-node ci/githubActions/renovateWeeklyPR.ts", | ||
"setRunVariables": "ts-node ci/githubActions/setRunVariables.ts", | ||
|
This file was deleted.
Uh oh!
There was an error while loading. Please reload this page.