This is an automated email from the ASF dual-hosted git repository.
wilfreds pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/yunikorn-site.git
The following commit(s) were added to refs/heads/master by this push:
new 16ddb2045f [YUNIKORN-1960] Add updating DOAP file to release tasks
(#356)
16ddb2045f is described below
commit 16ddb2045f93c2e58b656803d58f7216c640d94f
Author: Vani Prakash Gupta <[email protected]>
AuthorDate: Thu Oct 26 18:44:40 2023 +1100
[YUNIKORN-1960] Add updating DOAP file to release tasks (#356)
Closes: #356
Signed-off-by: Wilfred Spiegelenburg <[email protected]>
---
src/pages/community/release_procedure.md | 14 ++++++++++++++
1 file changed, 14 insertions(+)
diff --git a/src/pages/community/release_procedure.md
b/src/pages/community/release_procedure.md
index b151acb232..0c7afd4acb 100644
--- a/src/pages/community/release_procedure.md
+++ b/src/pages/community/release_procedure.md
@@ -463,6 +463,20 @@ Links for the releases have to follow these rules:
A limited set of three (3) or four (4) releases should be maintained in the
table for direct access.
Older releases not mentioned in the table can still be accessed via the
archive link on the bottom of the page and do not need to be referenced.
+### Update the DOAP file
+A [DOAP
file](https://github.com/apache/yunikorn-site/blob/master/doap_YuniKorn.rdf)
containing project details has to be maintained.
+Update the DOAP file with the release version and release date.
+
+```xml
+<release>
+ <Version>
+ <name>YuniKorn x.y.z</name>
+ <created>YYYY-MM-DD</created>
+ <revision>x.y.z</revision>
+ </Version>
+</release>
+```
+
## Signing your first release
If you haven't signed any releases before, read the documentation to [generate
signing key](https://infra.apache.org/openpgp.html#generate-key)
Follow the steps below to add the key you can use to sign.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]