stevenzwu opened a new pull request, #16495: URL: https://github.com/apache/iceberg/pull/16495
## Summary The `Release versioned docs and javadoc` step in [`how-to-release.md`](https://iceberg.apache.org/how-to-release/#release-versioned-docs-and-javadoc) currently points release managers at `site/README.md`, which says to run `make deploy` manually to push the docs site to the `asf-site` branch. That step is unnecessary: the [`site-ci`](https://github.com/apache/iceberg/blob/main/.github/workflows/site-ci.yml) GitHub Actions workflow already runs `make deploy` automatically on any push to `main` that touches `docs/`, `site/`, or `format/`. So once the `Site update` PR is merged, the new release's docs and javadoc are published without any manual deploy. This PR removes the obsolete step and adds a short note under `Site update` explaining the auto-trigger, so release managers don't accidentally push to `asf-site` by hand. ## Test plan - [ ] Verify `site-ci` triggers on the next merge to `main` that touches `site/docs/how-to-release.md` and updates the rendered page at https://iceberg.apache.org/how-to-release/. 🤖 Generated with [Claude Code](https://claude.com/claude-code) -- 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]
