Documentation ¶
Index ¶
- Constants
- type Announce
- type Options
- func (o *Options) WithBranch(branch string) *Options
- func (o *Options) WithChangelogFile(changelogFile string) *Options
- func (o *Options) WithChangelogHTML(changelogHTML string) *Options
- func (o *Options) WithChangelogPath(changelogPath string) *Options
- func (o *Options) WithTag(tag string) *Options
- func (o *Options) WithWorkDir(workDir string) *Options
Constants ¶
View Source
const AnnouncementFile = "announcement.html"
AnnouncementFile is the default announcement HTML file.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Announce ¶ added in v0.17.0
type Announce struct {
// contains filtered or unexported fields
}
func NewAnnounce ¶ added in v0.17.0
NewAnnounce returns a new Announce instance.
func (*Announce) CreateForBranch ¶ added in v0.17.0
func (*Announce) CreateForRelease ¶ added in v0.17.0
func (*Announce) SetImplementation ¶ added in v0.17.0
func (a *Announce) SetImplementation(i impl)
SetImplementation sets the implementation to handle file operations.
type Options ¶
type Options struct {
// contains filtered or unexported fields
}
func NewOptions ¶
func NewOptions() *Options
NewOptions can be used to create a new Options instance.
func (*Options) WithBranch ¶
func (*Options) WithChangelogFile ¶ added in v0.7.0
func (*Options) WithChangelogHTML ¶
func (*Options) WithChangelogPath ¶
func (*Options) WithWorkDir ¶
Directories ¶
Path | Synopsis |
---|---|
Code generated by counterfeiter.
|
Code generated by counterfeiter. |
githubfakes
Code generated by counterfeiter.
|
Code generated by counterfeiter. |
sbomfakes
Code generated by counterfeiter.
|
Code generated by counterfeiter. |
Click to show internal directories.
Click to hide internal directories.