Create a release checklist in a GitHub issue
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)
version |
Optional version number for release. If unspecified, you can make an interactive choice. |
## Not run: use_release_issue("2.0.0") ## End(Not run)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.