There are certain tasks that each project should ensure have been marked as completed prior to handing off the release for QA.
The files to be released should be tagged using the correct tagging convention
The tags should match the appropriate version
A roadmap which corresponds to the tag (eg. an RC1 release) should be present in JIRA
Each of the tasks for this roadmap should be marked as completed.
The version should be of acceptable format
The binary outputs for your project should be built and added to the repository
MD5 checksums should be generated for the binary outputs of your project
The testsuite should be able to be executed with a 100% success rate with the JBossAS that is going to be used for release purpose.
Create a JBQA issue in JIRA for coordination with QA
Referenced by:
Comments