CI: Generate GitHub releases 38/72338/1
authorAndrew Grimberg <agrimberg@linuxfoundation.org>
Mon, 6 Nov 2023 22:12:27 +0000 (14:12 -0800)
committerAndrew Grimberg <agrimberg@linuxfoundation.org>
Mon, 6 Nov 2023 22:12:27 +0000 (14:12 -0800)
commit712e20a96894ce1da4f8f53037cd951d8e4e1889
treee8b3097f05cb1ae490108cb416bb3fb9f2834eb1
parenta9cf02c9c99c4fc5b671b21cfbc44904d37da47b
CI: Generate GitHub releases

* Increase the checkout depth from 1 to 30 to handle reno needing to be
  able to find all relevant tags (current and current -1) and also pull
  the tags
* Generate a reno report for the given tag and then modify the report to
  strip out all the extra garbage that is added by the report process to
  get it into a valid markdown file and not RST file
* Use `gh` cli tool to generate the release notes using the
  auto-changelog generation plus the reno release notes

Issue: RELENG-4973
Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
Change-Id: Ic54ac4a5b138aabe2adcc3a9612f018ed34b4983
.github/release.yml [new file with mode: 0644]
.github/workflows/release.yaml