summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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***
+```