Actions
Task #6294
closedAdd release automation to plugin_template
Status:
CLOSED - DUPLICATE
Priority:
Normal
Assignee:
-
Category:
-
Sprint/Milestone:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Platform Release:
Groomed:
Yes
Sprint Candidate:
No
Tags:
Sprint:
Quarter:
Description
Motivation¶
Releasing Pulp3 is a manual process with 15 steps in many cases. We could automate this process, we should automate it in a way that lets any plugin release using these scripts.
Requirements¶
- We need to handle releasing a z-release and a y-release as separate scripts that the release engineer would run.
- When proceeding it should prompt the release engineer for confirmation as it makes various steps, e.g. creating the changelog or version bumps
- We should use bump2version to bump the versions
- It should make branches and tags
- It should make the github release via it's API
Related issues
Actions