Skip to content

Commit

Permalink
fix(renovate): reword major version warning [CLK-516942] (#282)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
ahammond and github-actions authored Jun 26, 2024
1 parent e796445 commit ab1ba51
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
5 changes: 3 additions & 2 deletions renovate.json5

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

6 changes: 5 additions & 1 deletion src/renovate-workflow.ts
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,11 @@ export module renovateWorkflow {
{
matchPackagePrefixes: ['@time-loop/'],
matchUpdateTypes: ['major'],
prBodyNotes: ['# MAJOR VERSION UPDATE', 'Read the release notes!'],
prBodyNotes: [
'# DANGER WILL ROBINSON!!!',
"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.",
'CloudPlatform thanks you for being diligent with your library updates!',
],
},
],

Expand Down
5 changes: 3 additions & 2 deletions test/__snapshots__/renovate-workflow.test.ts.snap

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

0 comments on commit ab1ba51

Please sign in to comment.