From 0573fc97c6b593d1ae4823fe4e4dda7d19a1d097 Mon Sep 17 00:00:00 2001 From: SteveLauC Date: Mon, 14 Oct 2024 17:01:22 +0800 Subject: [PATCH] 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 --- RELEASE_PROCEDURE.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/RELEASE_PROCEDURE.md b/RELEASE_PROCEDURE.md index ae53522a..b9e1ebff 100644 --- a/RELEASE_PROCEDURE.md +++ b/RELEASE_PROCEDURE.md @@ -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'