usethis (version 1.5.1)

use_release_issue: Create a release issue checklist

Description

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.

Usage

use_release_issue(version = NULL)

Arguments

version

Version number for release

Examples

Run this code
# NOT RUN {
use_release_issue("2.0.0")
# }

Run the code above in your browser using DataLab