pingtimeout commented on PR #2383: URL: https://github.com/apache/polaris/pull/2383#issuecomment-3547003453
@snazy There were a couple of things that needed fixed, like the fact that `svn` is not installed by default on Github Runners. I pushed a few new commits. Here are the links to workflow runs that passed: * [Create release branch](https://github.com/pingtimeout/polaris/actions/runs/19459214595) * [Update version and changelog for RC](https://github.com/pingtimeout/polaris/actions/runs/19459229571) * [Build and publish release artifacts](https://github.com/pingtimeout/polaris/actions/runs/19462981258) That last one correctly created a staging repository on Nexus (see screenshot below). It also successfully pushed artifacts to dist dev. I verified that those artifacts were in SVN and deleted them. I will drop the staging repository next. <img width="1095" height="405" alt="image" src="https://github.com/user-attachments/assets/e9fffc33-e9c2-4c77-bdbc-cdac0c372e86" /> The only thing that is not tested is the last release workflow to publish artifacts after a release is successful. We will have to wait for the official 1.3.0 release to test it given its real-life impacts. -- 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]
