Skip to content

Commit fec6d70

Browse files
committed
Roll contents
1 parent 9f9e67c commit fec6d70

13 files changed

+1103
-0
lines changed

NAMESPACE

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Generated by roxygen2: do not edit by hand
2+
3+
S3method(print,file_deploy_result)
4+
S3method(print,pr_create_result)
5+
export(file_content)
6+
export(file_deploy)
7+
export(file_mapping)
8+
export(file_update)
9+
export(orgs)
10+
export(pr_create)
11+
export(repos)

R/multideploy-package.R

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
#' This package provides functions to deploy file changes across
2+
#' multiple GitHub repositories using the gh package.
3+
#' @keywords internal
4+
"_PACKAGE"
5+
6+
## usethis namespace: start
7+
## usethis namespace: end
8+
NULL

0 commit comments

Comments
 (0)