jbonofre commented on code in PR #9655: URL: https://github.com/apache/iceberg/pull/9655#discussion_r1478329855
########## site/docs/how-to-release.md: ########## @@ -308,6 +308,39 @@ 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` 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> +``` + +NB: we set only the last available release in the `doap.rdf` file. You can eventually list different versions, but we need to add multiple release sections: Review Comment: OK, fair enough. Let me remove the Nota Bene 😄 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org