aalmiray commented on pull request #574: URL: https://github.com/apache/maven-mvnd/pull/574#issuecomment-1010331988
Refactored workflows after testing some settings that were not properly working. * `verify.yaml` renamed to `early-access.yml`. * there's now a 2 stage `release-candidate` workflow that's triggered manually. stage1 builds, updates version, and tags (using the release plugin). stage 2 creates the Git release with changelog on tag. The split lets the release master perform stag1 manually if they so choose so, while stage2 it's triggered automatically when the tag is pushed. * `release` workflow builds binaries and updates the existing release. Note the use of a `GIT_ACCESS_TOKEN` secret, this is a PAT required to trigger stage2 by stage1, also to push the brew formula to the given repository. -- 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]
