Project

Profile

Help

Task #6899

Updated by daviddavis almost 4 years ago

This would handle step 8 of the [Release Guide](https://pulp.plan.io/projects/pulp/wiki/Pulp3_Release_Guide). 

 ### Design 

 Update the publish pypi job with the following changes: 

 First, add a check at the beginning of the script that checks for a milestone in [the redmine project](https://github.com/pulp/plugin_template/blob/3883cb3ffd9f64efd8cf7e0410c9fdcaaa274064/plugin-template#L47) with the name == version being deployed. Also, all issues that are part of the release should be at MODIFIED. The job should fail if these conditions are this does not met. exist. 

 After the package has been released to pypi, associate all the issues to the milestone and then set their status to CLOSED - CURRENT RELEASE. Lastly, the job should close out the milestone. 

 ### Open Questions 

 How does the job determine the issue numbers? One possibility is to parse the changelog but this seems difficult and error-prone.

Back