Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ParseGithubURL ¶
ParseGithubURL parses the githubURL and return a username and repo name
Types ¶
type Release ¶
type Release struct {
User string
Date string // date in format: month day, year
Changelog []byte
Repository string // full repository name from config
ProjectName string // the project name grabbed from the repository
Version string // semver without the v; ex: 1.0.0
VersionFull string // ex: <semver>_<epoch>_<commit>
Commands map[string][]string
}
Release contains information pertaining to a specific github release
func NewRelease ¶
NewRelease creates a prepopulated release struct using the config file and other sources
Click to show internal directories.
Click to hide internal directories.