Skip to content

Commit 1a0a885

Browse files
committed
doc: clarify DEVELOPMENT.md
1 parent 9143422 commit 1a0a885

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

DEVELOPMENT.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Open a release issue and then copy and follow this checklist in the issue (modif
6666
- [ ] `revdepcheck::revdep_check(num_workers = 4)`.
6767
- 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.
6868
- [ ] 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.
7070

7171
Submit to CRAN:
7272

@@ -75,7 +75,7 @@ Submit to CRAN:
7575

7676
Wait for CRAN...
7777

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.
8181
- [ ] Go to the repo, verify the release notes, and publish when ready.

0 commit comments

Comments
 (0)