Release Workflow
In Suuchi and it's related modules we use the following mechanism of doing releases to sonatype.
Steps to make a release
- Make sure you've write access to the repository.
- Run the
make-release.sh
from the root of the project. - It would create an empty commit with the message
"[Do Release]"
. - This commit message would trigger the release workflow using the build tool to build and publish the artifacts to sonatype, which later would get mirrored to maven central.