Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions docs/development/major-release.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,3 +88,8 @@ git push
- Copy the `renovate-schema.json`, `renovate-inherited-schema.json` and `renovate-global-schema.json`
- See [schemastore#5294](https://github.com/SchemaStore/schemastore/pull/5294) as an example of what configuration may be needed to have the PR build pass
- Close the Milestone for the release
- After some time (usually when the Mend Developer Platform has been live with the new major), mark the previous major version as deprecated:

```sh
% npm deprecate renovate@"<44.0.0" "Renovate versions older than the latest major version are unsupported"
```