Documentation
¶
Index ¶
Constants ¶
View Source
const (
RFC3339Date = "2006-01-02"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MRScopeObjectAdapter ¶
type MRScopeObjectAdapter struct {
// contains filtered or unexported fields
}
func NewMRScopeObjectAdapter ¶
func NewMRScopeObjectAdapter(mr gitlab.MergeRequest) *MRScopeObjectAdapter
func (*MRScopeObjectAdapter) Entry ¶
func (a *MRScopeObjectAdapter) Entry() string
func (*MRScopeObjectAdapter) IncludeAuthor ¶
func (a *MRScopeObjectAdapter) IncludeAuthor()
func (*MRScopeObjectAdapter) Labels ¶
func (a *MRScopeObjectAdapter) Labels() []string
type Opts ¶
type Opts struct {
ProjectID string
Release string
StartingPoint string
StartingPointMatcher string
ChangelogFile string
ConfigFile string
WorkingDirectory string
OverwriteRelease bool
// MrIIDs is used to provide a list of MrIIDs in case the IIDs are known but not the MRs themselves are not
MrIIDs []int64
// MRs is used to provide a list of MRs to be added to the changelog. No API requests will be made. MRs takes precedence over MrIIDs
MRs []gitlab.MergeRequest
AdditionalEntries []OptsAdditionalEntry
}
type OptsAdditionalEntry ¶ added in v0.7.0
Click to show internal directories.
Click to hide internal directories.