docs: update release procedure that SECURITY.md should be updated in major release (#946)

docs: update release procedure that SECURITY.md should be updated in major releases
This commit is contained in:
SteveLauC
2024-10-14 17:01:22 +08:00
committed by GitHub
parent 1ae95f41a1
commit 0573fc97c6

View File

@@ -9,7 +9,11 @@
> If there are breaking changes, the major version number should be increased.
2. Overwrite [`BREAKINGCHANGES`][breaking_changes] with
2. If the major versioin number gets bumped, update [SECURITY.md][SECURITY_file_link].
[SECURITY_file_link]: https://github.com/topgrade-rs/topgrade/blob/main/SECURITY.md
3. Overwrite [`BREAKINGCHANGES`][breaking_changes] with
[`BREAKINGCHANGES_dev`][breaking_changes_dev], and create a new dev file:
```sh'