workflows: Add GitHub action for automating some release tasks
authorTom Stellard <tstellar@redhat.com>
Tue, 26 Jul 2022 22:36:48 +0000 (15:36 -0700)
committerTom Stellard <tstellar@redhat.com>
Tue, 26 Jul 2022 22:36:51 +0000 (15:36 -0700)
commit66d755bbf83db8a3967c4647c41c49d57949ba74
tree92af58b928adb01ed731fda01268de35a9e7b5f2
parentf673dcc693da741e1662b516bbd8053e39a4fbc2
workflows: Add GitHub action for automating some release tasks

For each release tag, this action will create a new release on GitHub,
and for each -final tag, this action will build the documentation and
upload it to GitHub.

Reviewed By: hans, kwk

Differential Revision: https://reviews.llvm.org/D99780
.github/workflows/release-tasks.yml [new file with mode: 0644]
llvm/utils/release/build-docs.sh