Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PullRequestSpec ¶
type PullRequestSpec struct {
Title string `yaml:"title"`
Body string `yaml:"body"`
Changelog string `yaml:"changelog"`
ReleaseNotes ReleaseNotes `yaml:"release_notes"`
}
PullRequestSpec represents the main entity for a pull request
type ReleaseNotes ¶
ReleaseNotes represents notes for a release
Click to show internal directories.
Click to hide internal directories.