Documentation ¶
Index ¶
- Constants
- func BashPipe(in string) (result []string)
- func Check(err error, args ...interface{})
- func CommandGetOutput(name string, args ...string) string
- func Confirm(message string, args ...interface{})
- func Fatalf(message string, args ...interface{})
- func GitClone(repo string) string
- func GitGetCurrentTag() string
- func GitHubSHA() string
- func GitHubTag() string
- func GitListTags() string
- func GitTagRelease(dir string, annotate, dry bool, nextVersion semver.Version, ...)
- func MustGetEnv(key string) (v string)
- func NewCommand(name string, args ...string) *exec.Cmd
- func NewCommandIn(dir, name string, args ...string) *exec.Cmd
- func RenderOASPatch(cmd *cobra.Command, uri string) ([]byte, error)
- type Config
Constants ¶
View Source
const GitCommitMessagePreviousVersion = "Bumps from"
Variables ¶
This section is empty.
Functions ¶
func CommandGetOutput ¶
func GitGetCurrentTag ¶
func GitGetCurrentTag() string
func GitListTags ¶
func GitListTags() string
func GitTagRelease ¶
func MustGetEnv ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.