jbonofre opened a new pull request, #4650: URL: https://github.com/apache/polaris/pull/4650
The credentials used by the release workflow do not have write access to the dist release SVN area, so the dev โ release move, the helm index transfer, and the cleanup of superseded versions must be performed manually by a PMC member after the workflow completes. The remaining workflow steps (final tag, GitHub release, Docker push, Nexus release) now read artifacts from dist dev via `svn export`, leaving them in place for the manual move. * Remove the three steps that wrote to `release/polaris` (artifact `svn mv`, old-version `svn rm`, and helm index `svn mv`). * Switch the GitHub release and Python-client `svn export` sources from `release/polaris` to `dev/polaris`; non-destructive so the manual move remains possible. * Update the workflow summary, releasey README, and the release process flowchart to describe the new manual step. * Add a "Manual steps on dist.apache.org" subsection to the semi-automated release guide with the exact `svn` commands. ## Checklist - [X] ๐ก๏ธ Don't disclose security issues! (contact [email protected]) - [X] ๐ Clearly explained why the changes are needed, or linked related issues: Fixes # - [ ] ๐งช Added/updated tests with good coverage, or manually tested (and explained how) - [ ] ๐ก Added comments for complex logic - [ ] ๐งพ Updated `CHANGELOG.md` (if needed) - [] ๐ Updated documentation in `site/content/in-dev/unreleased` (if needed) -- 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]
