Documentation ¶
Index ¶
- Variables
- type App
- func (a *App) Change() error
- func (a *App) Changelog() error
- func (a *App) Commit(msgFile string) (err error)
- func (a *App) Commits() error
- func (a *App) LatestTag() error
- func (a *App) Next(pre string) error
- func (a *App) Tag(pre string) error
- func (a *App) Verify() error
- func (a *App) Version() error
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Name string Version string )
Functions ¶
This section is empty.
Types ¶
type App ¶
type App struct {
// contains filtered or unexported fields
}
App is a main application's structure.
func (*App) Commit ¶
Commit displays configured in configuration file prompt with values to fill commit message template. If msgFile argument is non-empty, generated text is written directly into the file.
func (*App) Next ¶
Next is the next version based on configuration and current branch commit messages.
Click to show internal directories.
Click to hide internal directories.