Skip to content

Add a prepare_release_checklist_issue_dry_run make task

Tomasz Maczukin requested to merge docs-release-checklist-dry-run-make-task into master

What does this MR do?

Adds an explicit dry run task version for release check list preparation task.

Why was this MR needed?

To make a start with Runner releasing easier for new people. Calling make prepare_release_checklist_dry_run will be much easier (and can be handled by shell completion) than make prepare_release_checklist opts="-dry-run".

Are there points in the code the reviewer needs to double check?

Does this MR meet the acceptance criteria?

  • Documentation created/updated
  • Added tests for this feature/bug
  • In case of conflicts with master - branch was rebased

What are the relevant issue numbers?

Merge request reports