Documentation ¶
Index ¶
- type Project
- func (g *Project) CheckCurrentTagExists() error
- func (g *Project) CheckoutUpstream() error
- func (g *Project) GetContributors() ([]string, error)
- func (g *Project) GetNumChanges() (int, error)
- func (g *Project) GetReleaseNotes() ([]string, error)
- func (g *Project) GetTypeOfChanges() (string, error)
- func (g *Project) SwitchToTag(tag string) error
- func (g *Project) VerifySemverTag() error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Project ¶
type Project struct { Owner string Name string Short string Directory string Remote string CurrentTag string PreviousTag string // contains filtered or unexported fields }
func InitProject ¶
func (*Project) CheckCurrentTagExists ¶
func (*Project) CheckoutUpstream ¶
func (*Project) GetContributors ¶
func (*Project) GetNumChanges ¶
func (*Project) GetReleaseNotes ¶
func (*Project) GetTypeOfChanges ¶
func (*Project) SwitchToTag ¶
func (*Project) VerifySemverTag ¶
Click to show internal directories.
Click to hide internal directories.