This is an automated email from the ASF dual-hosted git repository.
etudenhoefner pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg.git
The following commit(s) were added to refs/heads/main by this push:
new 96268505b4 Release: add instruction to update doap.rdf file as part of
release process (#9655)
96268505b4 is described below
commit 96268505b4b9db0df7f866a27c0c25ad0c665a54
Author: JB Onofré <[email protected]>
AuthorDate: Tue Apr 30 14:45:37 2024 +0200
Release: add instruction to update doap.rdf file as part of release process
(#9655)
---
site/docs/how-to-release.md | 14 ++++++++++++++
1 file changed, 14 insertions(+)
diff --git a/site/docs/how-to-release.md b/site/docs/how-to-release.md
index b3b5b241d5..5d240b9d03 100644
--- a/site/docs/how-to-release.md
+++ b/site/docs/how-to-release.md
@@ -303,6 +303,20 @@ Create a PR in the `iceberg` repo to make revapi run on
the new release. For an
- Create a PR in the `iceberg` repo to add the new version to the github issue
template. For an example see [this
PR](https://github.com/apache/iceberg/pull/6287).
- Draft [a new release to update
Github](https://github.com/apache/iceberg/releases/new) to show the latest
release. A changelog can be generated automatically using Github.
+#### Update DOAP (ASF Project Description)
+
+- Create a PR to update the release version in
[doap.rdf](https://github.com/apache/iceberg/blob/main/doap.rdf) file, in the
`<release/>` section:
+
+```xml
+ <release>
+ <Version>
+ <name>x.y.z</name>
+ <created>yyyy-mm-dd</created>
+ <revision>x.y.z</revision>
+ </Version>
+ </release>
+```
+
### Documentation Release
Documentation needs to be updated as a part of an Iceberg release after a
release candidate is passed.