Re: Create Release Candidate GitHub Workflow

2024-03-29 Thread Karl Wright
Svn url for review: https://dist.apache.org/repos/dist/dev/manifoldcf/apache-manifoldcf-2.26 Our area in this svn: https://dist.apache.org/repos/dist/dev/manifoldcf Our area for releases in this svn:

Re: Create Release Candidate GitHub Workflow

2024-03-29 Thread Karl Wright
The script as it exists now (release.bat) creates the release artifacts, signs them, and copies them into the svn development area. To actually release, you then just need to move them (using svn move) to the release part of the area. The machine I used to do this on died but the svn URL for the

Re: Create Release Candidate GitHub Workflow

2024-03-29 Thread Piergiorgio Lucidi
The open points now are related to the last two steps of our workflow: - Generating the file hashes using a shared GPG secret (in progress...) - Updating SVN public folders for publishing releases (TODO) We should agree with the Automated Release Process before proceeding: