Documentation ¶
Overview ¶
Print release notes into the console.
salsaflow release notes [-format=FORMAT] [-pretty] VERSION
Description ¶
Use this command to print the release notes into the console. There are multiple formats supported, just check the command help.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Command = &gocli.Command{ UsageLine: "notes [-format=FORMAT] [-pretty] VERSION", Short: "print release notes", Long: fmt.Sprintf(` Print release notes for release VERSION. Supported formats: %v `, strings.Join(notes.AvailableEncodings(), ", ")), Action: run, }
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.