nastra commented on code in PR #210: URL: https://github.com/apache/iceberg-docs/pull/210#discussion_r1147193237
########## landing-page/content/common/how-to-release.md: ########## @@ -263,64 +292,102 @@ Java artifacts are available from Maven Central. Thanks to everyone for contributing! ``` -### Documentation Release +#### Codebase updates + +There are a few places in the codebase that reference the latest Iceberg release version number and need to be updated: +1. https://github.com/apache/iceberg/blob/master/.github/ISSUE_TEMPLATE/iceberg_bug_report.yml +2. https://github.com/apache/iceberg/blob/master/python/dev/Dockerfile +3. `oldVersion` in `revapi` in https://github.com/apache/iceberg/blob/master/build.gradle Review Comment: yes, usually we did those updates after a release (at least the revApi `oldVersion` bump you can only do after artifacts are available) -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
