Documentation ¶
Index ¶
- Constants
- func Bump(c *cli.Context) error
- func Changelog(c *cli.Context) error
- func Commit(c *cli.Context) error
- func Example(c *cli.Context) error
- func Init(c *cli.Context) error
- func Rollback(c *cli.Context) error
- func Schema(c *cli.Context) error
- func Tag(c *cli.Context) error
- func Version(c *cli.Context) error
Constants ¶
View Source
const ( COMMIT = "commit" BUMP = "bump" ROLLBACK = "rollback" EXAMPLE = "example" INIT = "init" SCHEMA = "schema" TAG = "tag" CHANGELOG = "changelog" VERSION = "version" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Source Files ¶
Click to show internal directories.
Click to hide internal directories.