When preparing to release a package there are quite a few steps that need to be performed, and some of the steps can take multiple hours. This function creates an issue checklist so that you can keep track of where you are in the process, and feel a sense of satisfaction as you progress. It also helps watchers of your package stay informed about where you are in the process.
use_release_issue(version = NULL)
Optional version number for release. If unspecified, you can make an interactive choice.
# NOT RUN {
use_release_issue("2.0.0")
# }
Run the code above in your browser using DataLab