From f9447a265eec1084612bb4a3eb87560e894d7d31 Mon Sep 17 00:00:00 2001 From: dm4 Date: Thu, 12 Dec 2024 17:12:01 +0800 Subject: [PATCH] docs(release): also update the version number in SECURITY.md Signed-off-by: dm4 --- docs/contribute/release.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/contribute/release.md b/docs/contribute/release.md index 3af033ea..5091f2c0 100644 --- a/docs/contribute/release.md +++ b/docs/contribute/release.md @@ -48,7 +48,7 @@ sidebar_position: 9 ## Create the Official Release -- [ ] Make sure the `Changelog.md` and `.CurrentChangelog.md` have the correct version number and the release date. +- [ ] Make sure the `Changelog.md`, `.CurrentChangelog.md` and the `SECURITY.md` have the correct version number and the release date. - [ ] Use git tag to create a new release tag `major.minor.patch`. And push this tag to GitHub. - [ ] Wait for the CI builds and push the release binaries and release notes to the GitHub release page. - [ ] Publish the release.