Skip to content

Add rake task to print details about contents of a release

Balasankar 'Balu' C requested to merge generate-release-page into master

What does this MR do?

Add a CI job that prints details about the release in markdown. Lays the foundation to use GitLab's Releases feature. This output can be used to manually create an entry in Releases page.

Depends on !6535 (merged)

Testing

  1. Checkout this branch

  2. Make the directory support/packer/manifests and extract the contents of this zip file into it - manifests.zip

  3. Run the rake task

    $ bundle exec rake release:print_details`
  4. See markdown output get printed.

Related issues

gitlab-org/distribution/team-tasks#460

Checklist

See Definition of done.

For anything in this list which will not be completed, please provide a reason in the MR discussion

Required

  • Merge Request Title, and Description are up to date, accurate, and descriptive
  • MR targeting the appropriate branch
  • MR has a green pipeline on GitLab.com
  • Pipeline is green on dev.gitlab.org if the change is touching anything besides documentation or internal cookbooks
  • trigger-package has a green pipeline running against latest commit

Expected (please provide an explanation if not completing)

  • Test plan indicating conditions for success has been posted and passes
  • Documentation created/updated
  • Tests added
  • Integration tests added to GitLab QA
  • Equivalent MR/issue for the GitLab Chart opened
Edited by Mitchell Nielsen

Merge request reports

Loading