You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: DEVELOPMENT.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -66,7 +66,7 @@ Open a release issue and then copy and follow this checklist in the issue (modif
66
66
-[ ]`revdepcheck::revdep_check(num_workers = 4)`.
67
67
- This may choke, it is very sensitive to the binary versions of packages on a given system. Either bypass or ask someone else to run it if you're concerned.
68
68
-[ ] Update `cran-comments.md`
69
-
-[ ] PR with any changes (and go through the list again) into dev and run through the list again.
69
+
-[ ] PR with any changes (and go through the list again) into `dev` and run through the list again.
70
70
71
71
Submit to CRAN:
72
72
@@ -75,7 +75,7 @@ Submit to CRAN:
75
75
76
76
Wait for CRAN...
77
77
78
-
-[ ] If accepted :tada:, move on to next steps.
79
-
-[ ]Make sure you're on `dev`?
80
-
-[ ]`usethis::use_github_release(publish = FALSE)` (publish off, otherwise it won't push) will create a draft release and tag on the GitHub repo.
78
+
-[ ] If accepted :tada:, move to next steps. If rejected, fix and resubmit.
79
+
-[ ]Open and merge a PR containing any updates made to `main` back to `dev`.
80
+
-[ ]`usethis::use_github_release(publish = FALSE)` (publish off, otherwise it won't push) will create a draft release based on the commit hash in CRAN-SUBMISSION and push a tag to the GitHub repo.
81
81
-[ ] Go to the repo, verify the release notes, and publish when ready.
0 commit comments