diff options
| -rw-r--r-- | .github/workflows/release-candidate.yml | 5 | ||||
| -rw-r--r-- | RELEASE-CHECKLIST | 2 |
2 files changed, 2 insertions, 5 deletions
diff --git a/.github/workflows/release-candidate.yml b/.github/workflows/release-candidate.yml index 54e5024f7..26e297fe2 100644 --- a/.github/workflows/release-candidate.yml +++ b/.github/workflows/release-candidate.yml @@ -1,9 +1,6 @@ name: Release candidate -on: - push: - branches: - - 'rc/**' +on: workflow_dispatch permissions: contents: read diff --git a/RELEASE-CHECKLIST b/RELEASE-CHECKLIST index a9f44c4d1..2002bdc5d 100644 --- a/RELEASE-CHECKLIST +++ b/RELEASE-CHECKLIST @@ -2,7 +2,7 @@ [ ] make prerelease [ ] Finalize changelog [ ] Update AUTHORS (make authors LASTRELEASE=x.y.z) -[ ] push release candidate branch rc/VERSION +[ ] Run release candidate workflow manually on GitHub [ ] if it builds successfully, download artifacts [ ] run tools/build-arm.sh to create and download arm64 linux package [ ] Use 'make' in macos and windows artifacts to sign code |
