Blocked by
Release 0.1.0 to CRAN and internal repo
Pre-release
Release
Prepare the release
Test the release
CRAN submission
Tag the release
Make sure of the following before continuing
Post-release
Decision tree
Click here to see the release decision tree.
Blocked by
Release 0.1.0 to CRAN and internal repo
Pre-release
Release
Prepare the release
git checkout -b release-candidate-vX.Y.ZRemotes) from the DESCRIPTION file where applicable.Test the release
CRAN submission
R CMD build .which will generate a .tar.gz file necessary for the CRAN submission.Tag the release
mainbranch by a bot or an automation - we do NOT want to tag this commit.Make sure of the following before continuing
git checkout <commit hash>git tag vX.Y.Zgit push origin vX.Y.ZNote: Once the release tag is created, the package is automatically published to internal repositories.
Post-release
Decision tree
Click here to see the release decision tree.