Versions in this module Expand all Collapse all v0 v0.5.0 Nov 7, 2023 v0.4.6 Nov 7, 2023 v0.4.5 Nov 7, 2023 Changes in this version + const GitHubAPIURL + const GitHubURL + type ChangelogGenerate struct + GitHubProject string + GitHubToken string + GitHubUser string + Mock Step + Result struct{ ... } + Tag string + WorkDir string + func (s *ChangelogGenerate) Dry(ctx context.Context) error + func (s *ChangelogGenerate) Revert(ctx context.Context) error + func (s *ChangelogGenerate) Run(ctx context.Context) error + type GitAdd struct + Files []string + Mock Step + WorkDir string + func (s *GitAdd) Dry(ctx context.Context) error + func (s *GitAdd) Revert(ctx context.Context) error + func (s *GitAdd) Run(ctx context.Context) error + type GitCommit struct + Message string + Mock Step + WorkDir string + func (s *GitCommit) Dry(ctx context.Context) error + func (s *GitCommit) Revert(ctx context.Context) error + func (s *GitCommit) Run(ctx context.Context) error + type GitGetBranch struct + Mock Step + Result struct{ ... } + WorkDir string + func (s *GitGetBranch) Dry(ctx context.Context) error + func (s *GitGetBranch) Revert(ctx context.Context) error + func (s *GitGetBranch) Run(ctx context.Context) error + type GitGetHEAD struct + Mock Step + Result struct{ ... } + WorkDir string + func (s *GitGetHEAD) Dry(ctx context.Context) error + func (s *GitGetHEAD) Revert(ctx context.Context) error + func (s *GitGetHEAD) Run(ctx context.Context) error + type GitGetRepo struct + Mock Step + Result struct{ ... } + WorkDir string + func (s *GitGetRepo) Dry(ctx context.Context) error + func (s *GitGetRepo) Revert(ctx context.Context) error + func (s *GitGetRepo) Run(ctx context.Context) error + type GitHubAsset struct + ContentType string + DownloadURL string + ID int + Label string + Name string + Size int + State string + URL string + type GitHubBranchProtection struct + BaseURL string + Branch string + Client *http.Client + Enabled bool + Mock Step + Repo string + Token string + func (s *GitHubBranchProtection) Dry(ctx context.Context) error + func (s *GitHubBranchProtection) Revert(ctx context.Context) error + func (s *GitHubBranchProtection) Run(ctx context.Context) error + type GitHubCreateRelease struct + BaseURL string + Client *http.Client + Mock Step + ReleaseData GitHubReleaseData + Repo string + Result struct{ ... } + Token string + func (s *GitHubCreateRelease) Dry(ctx context.Context) error + func (s *GitHubCreateRelease) Revert(ctx context.Context) error + func (s *GitHubCreateRelease) Run(ctx context.Context) error + type GitHubDownloadAsset struct + AssetName string + BaseURL string + Client *http.Client + Filepath string + Mock Step + Repo string + Result struct{ ... } + Tag string + Token string + func (s *GitHubDownloadAsset) Dry(ctx context.Context) error + func (s *GitHubDownloadAsset) Revert(ctx context.Context) error + func (s *GitHubDownloadAsset) Run(ctx context.Context) error + type GitHubEditRelease struct + BaseURL string + Client *http.Client + Mock Step + ReleaseData GitHubReleaseData + ReleaseID int + Repo string + Result struct{ ... } + Token string + func (s *GitHubEditRelease) Dry(ctx context.Context) error + func (s *GitHubEditRelease) Revert(ctx context.Context) error + func (s *GitHubEditRelease) Run(ctx context.Context) error + type GitHubGetLatestRelease struct + BaseURL string + Client *http.Client + Mock Step + Repo string + Result struct{ ... } + Token string + func (s *GitHubGetLatestRelease) Dry(ctx context.Context) error + func (s *GitHubGetLatestRelease) Revert(ctx context.Context) error + func (s *GitHubGetLatestRelease) Run(ctx context.Context) error + type GitHubRelease struct + Assets []GitHubAsset + AssetsURL string + Body string + Draft bool + HTMLURL string + ID int + Name string + Prerelease bool + TagName string + Target string + URL string + UploadURL string + type GitHubReleaseData struct + Body string + Draft bool + Name string + Prerelease bool + TagName string + Target string + type GitHubUploadAssets struct + AssetFiles []string + BaseURL string + Client *http.Client + Mock Step + ReleaseID int + ReleaseUploadURL string + Repo string + Result struct{ ... } + Token string + func (s *GitHubUploadAssets) Dry(ctx context.Context) error + func (s *GitHubUploadAssets) Revert(ctx context.Context) error + func (s *GitHubUploadAssets) Run(ctx context.Context) error + type GitPull struct + Mock Step + WorkDir string + func (s *GitPull) Dry(ctx context.Context) error + func (s *GitPull) Revert(ctx context.Context) error + func (s *GitPull) Run(ctx context.Context) error + type GitPush struct + Mock Step + WorkDir string + func (s *GitPush) Dry(ctx context.Context) error + func (s *GitPush) Revert(ctx context.Context) error + func (s *GitPush) Run(ctx context.Context) error + type GitPushTag struct + Mock Step + Tag string + WorkDir string + func (s *GitPushTag) Dry(ctx context.Context) error + func (s *GitPushTag) Revert(ctx context.Context) error + func (s *GitPushTag) Run(ctx context.Context) error + type GitStatus struct + Mock Step + Result struct{ ... } + WorkDir string + func (s *GitStatus) Dry(ctx context.Context) error + func (s *GitStatus) Revert(ctx context.Context) error + func (s *GitStatus) Run(ctx context.Context) error + type GitTag struct + Annotation string + Mock Step + Tag string + WorkDir string + func (s *GitTag) Dry(ctx context.Context) error + func (s *GitTag) Revert(ctx context.Context) error + func (s *GitTag) Run(ctx context.Context) error + type GoBuild struct + BinaryFile string + LDFlags string + MainFile string + Mock Step + Platforms []string + Result struct{ ... } + WorkDir string + func (s *GoBuild) Dry(ctx context.Context) error + func (s *GoBuild) Revert(ctx context.Context) error + func (s *GoBuild) Run(ctx context.Context) error + type GoList struct + Mock Step + Package string + Result struct{ ... } + WorkDir string + func (s *GoList) Dry(ctx context.Context) error + func (s *GoList) Revert(ctx context.Context) error + func (s *GoList) Run(ctx context.Context) error + type GoVersion struct + Mock Step + Result struct{ ... } + WorkDir string + func (s *GoVersion) Dry(ctx context.Context) error + func (s *GoVersion) Revert(ctx context.Context) error + func (s *GoVersion) Run(ctx context.Context) error + type SemVerRead struct + Filename string + Mock Step + Result struct{ ... } + WorkDir string + func (s *SemVerRead) Dry(ctx context.Context) error + func (s *SemVerRead) Revert(ctx context.Context) error + func (s *SemVerRead) Run(ctx context.Context) error + type SemVerUpdate struct + Filename string + Mock Step + Result struct{ ... } + Version string + WorkDir string + func (s *SemVerUpdate) Dry(ctx context.Context) error + func (s *SemVerUpdate) Revert(ctx context.Context) error + func (s *SemVerUpdate) Run(ctx context.Context) error + type Step interface + Dry func(context.Context) error + Revert func(context.Context) error + Run func(context.Context) error