From ca3c023bfbd1c1bbb0f4cce17d3685c81a615457 Mon Sep 17 00:00:00 2001 From: Paul Moore Date: Wed, 31 Jul 2019 16:19:20 -0600 Subject: docs: minor changes to the RELEASE_PROCESS.md Fix some examples and add a note about deprecating older, unsupported releases. Signed-off-by: Paul Moore (cherry picked from commit 0d73daf07490656130e0f5311ad12ca8818752c5) Signed-off-by: Tom Hromatka Acked-by: Paul Moore --- RELEASE_PROCESS.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/RELEASE_PROCESS.md b/RELEASE_PROCESS.md index 25b3ac3..5f09ce1 100644 --- a/RELEASE_PROCESS.md +++ b/RELEASE_PROCESS.md @@ -65,7 +65,7 @@ release. #### 12. Tag the release in the repository with a signed tag # git tag -s -m "version X.Y.Z" vX.Y.Z - # git push --tags + # git push vX.Y.Z #### 13. Build final release tarball @@ -95,3 +95,11 @@ release. * libseccomp-X.Y.Z.tar.gz.asc * libseccomp-X.Y.Z.tar.gz.SHA256SUM * libseccomp-X.Y.Z.tar.gz.SHA256SUM.asc + +#### 18. Update the GitHub release notes for older releases which are now unsupported + +The following Markdown text is suggested at the top of the release note, see old GitHub releases for examples. + +``` +***This release is no longer supported upsteam, please use a more recent release*** +``` -- cgit v1.2.1