ajantha-bhat commented on code in PR #9655: URL: https://github.com/apache/iceberg/pull/9655#discussion_r1478319471
########## 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: Maybe we don't have to confuse the readers by giving option, like arrow and other project, we can just keep the info about updating to the latest version. ########## 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: Above section we can mention that just update the version to latest release. ########## 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: Review Comment: nit: maybe we can hyperlink to doap.rdf file here https://github.com/apache/iceberg/blob/main/doap.rdf -- 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