Documentation
¶
Index ¶
- func BuildPullRequestBody(changes []string, breakingChange bool) (string, error)
- func CommitAndPull(repoPath, branchName, commitMessage, base string, changes []string, ...) error
- func CreatePullRequest(repoPath, commitMessage, branch, base string, changes []string, ...) (string, error)
- func ProcessSingleRepository(repoPath, branchName, commitMessage, base string, changes []string, ...) error
- func ProcessSubdirectories(repoPath, branchName, commitMessage, base string, changes []string, ...) error
- type PullRequest
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BuildPullRequestBody ¶
BuildPullRequestBody reads the pull request template, takes parameters, and updates the content.
func CommitAndPull ¶
func CommitAndPull(repoPath, branchName, commitMessage, base string, changes []string, breakingChange, allFlag bool) error
CommitAndPull commits changes, creates a pull request, and optionally processes subdirectories if `allFlag` is true.
func CreatePullRequest ¶
func CreatePullRequest(repoPath, commitMessage, branch, base string, changes []string, breakingChange bool) (string, error)
CreatePullRequest creates a new pull request on GitHub
Types ¶
Click to show internal directories.
Click to hide internal directories.