chore: Add signrel command for sigining arc release assets (#1426)

* chore: Add signrel command for sigining arc release assets

I used this command to sign assets for the recent releases to comply with the recommendation of 5758364c82/docs/checks.md (signed-releases)

Ref #1298

* Implement signrel subcommands for listing tags and signing assets, with docs
This commit is contained in:
Yusuke Kuoka
2022-05-16 08:40:41 +09:00
committed by GitHub
parent 0e15a78541
commit bdbcf66569
3 changed files with 395 additions and 0 deletions

3
hack/signrel/go.mod Normal file
View File

@@ -0,0 +1,3 @@
module github.com/actions-runner-controller/actions-runner-controller/hack/sigrel
go 1.17