Skip to content

Commit ab1ba51

Browse files
ahammondgithub-actions
andauthored
fix(renovate): reword major version warning [CLK-516942] (#282)
* fix(renovate): reword major version warning [CLK-516942] * chore: self mutation Signed-off-by: github-actions <[email protected]> --------- Signed-off-by: github-actions <[email protected]> Co-authored-by: github-actions <[email protected]>
1 parent e796445 commit ab1ba51

File tree

3 files changed

+11
-5
lines changed

3 files changed

+11
-5
lines changed

renovate.json5

Lines changed: 3 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/renovate-workflow.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,11 @@ export module renovateWorkflow {
143143
{
144144
matchPackagePrefixes: ['@time-loop/'],
145145
matchUpdateTypes: ['major'],
146-
prBodyNotes: ['# MAJOR VERSION UPDATE', 'Read the release notes!'],
146+
prBodyNotes: [
147+
'# DANGER WILL ROBINSON!!!',
148+
"Applying major version updates without understanding what they do has caused outages at ClickUp. Don't be that guy. Read the release notes. The release notes are in a link buried in the rollup below. Sorry, unfortunately Renovate does not offer a reasonable way to expose them here. If in doubt, escalate to CloudPlatform.",
149+
'CloudPlatform thanks you for being diligent with your library updates!',
150+
],
147151
},
148152
],
149153

test/__snapshots__/renovate-workflow.test.ts.snap

Lines changed: 3 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)