Task #8119
Story #8093: [EPIC] Release automation
Automate the pre-release steps
Status:
NEW
Priority:
Normal
Assignee:
-
Category:
-
Sprint/Milestone:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Platform Release:
Groomed:
No
Sprint Candidate:
No
Tags:
Sprint:
Quarter:
Description
Extend the current release workflow in Github Actions. Change the trigger to a manual one[0][1] that takes a version argument (eg 3.11.0). This workflow should be idempotent so that if any step fails, it can be re-run.
This workflow will:
- Check to ensure there is a corresponding milestone in redmine
- Run the release script and push commits to master
- Assign the issues from the release script to the milestone in redmine
- Create a new tag and Github release
- Run the rest of the steps of the current release workflow (which should publish pypi package, docs, etc)
[0] https://github.blog/changelog/2020-07-06-github-actions-manual-triggers-with-workflow_dispatch/
[1] https://docs.github.com/en/actions/managing-workflow-runs/manually-running-a-workflow
History
#1
Updated by daviddavis about 2 months ago
- Description updated (diff)
#2
Updated by daviddavis about 2 months ago
- Description updated (diff)
#3
Updated by daviddavis about 2 months ago
- Description updated (diff)
Please register to edit this issue