summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Moore <paul@paul-moore.com>2019-07-31 16:19:20 -0600
committerTom Hromatka <tom.hromatka@oracle.com>2019-08-02 12:02:33 -0600
commitca3c023bfbd1c1bbb0f4cce17d3685c81a615457 (patch)
tree59097bb427f2c3e9517a69ce43b57c9202710957
parentfb43972ea1aab24f2a70193fb7445c2674f594e3 (diff)
downloadlibseccomp-ca3c023bfbd1c1bbb0f4cce17d3685c81a615457.tar.gz
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 <paul@paul-moore.com> (cherry picked from commit 0d73daf07490656130e0f5311ad12ca8818752c5) Signed-off-by: Tom Hromatka <tom.hromatka@oracle.com> Acked-by: Paul Moore <paul@paul-moore.com>
-rw-r--r--RELEASE_PROCESS.md10
1 files changed, 9 insertions, 1 deletions
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 <repo> 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***
+```