Versions in this module Expand all Collapse all v1 v1.1.0 Oct 3, 2024 v1.0.0 Oct 3, 2024 Changes in this version + 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 struct + Base string + Body string + Head string + Title string