summaryrefslogtreecommitdiff
path: root/RELEASE-CHECKLIST
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2022-10-04 21:47:56 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2022-10-04 21:48:17 -0700
commit3151800f34b898c259e4a2b5db77092dcd2082f7 (patch)
tree8d805e28cbf61ee818241e393750dc321e84f935 /RELEASE-CHECKLIST
parent2c37fc55508cd17fb69d7767a1ac2eec13fa2f46 (diff)
Add authors target to Makefile.
Diffstat (limited to 'RELEASE-CHECKLIST')
-rw-r--r--RELEASE-CHECKLIST6
1 files changed, 3 insertions, 3 deletions
diff --git a/RELEASE-CHECKLIST b/RELEASE-CHECKLIST
index b5dd50ea3..229b937ed 100644
--- a/RELEASE-CHECKLIST
+++ b/RELEASE-CHECKLIST
@@ -1,8 +1,8 @@
[ ] make prerelease
[ ] Finalize changelog
-[ ] Update AUTHORS
-[ ] push release candidate branch rc/VERSION and (if it builds
- successfully) download artifacts
+[ ] Update AUTHORS (make authors LASTRELEASE=x.y.z)
+[ ] push release candidate branch rc/VERSION
+[ ] 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
[ ] make update-website