mirror of
https://github.com/thegeeklab/git-sv.git
synced 2024-11-13 21:30:40 +00:00
parent
2df7762e8f
commit
91aaf84108
@ -178,14 +178,14 @@ Version
|
|||||||
Metadata string
|
Metadata string
|
||||||
Original string
|
Original string
|
||||||
|
|
||||||
ReleaseNoteCommitsSection (SectionType == commits)
|
ReleaseNoteCommitsSection // SectionType == commits
|
||||||
SectionType string
|
SectionType string
|
||||||
SectionName string
|
SectionName string
|
||||||
Types []string
|
Types []string
|
||||||
Items []GitCommitLog
|
Items []GitCommitLog
|
||||||
HasMultipleTypes bool
|
HasMultipleTypes bool
|
||||||
|
|
||||||
ReleaseNoteBreakingChangeSection (SectionType == breaking-changes)
|
ReleaseNoteBreakingChangeSection // SectionType == breaking-changes
|
||||||
SectionType string
|
SectionType string
|
||||||
SectionName string
|
SectionName string
|
||||||
Messages []string
|
Messages []string
|
||||||
@ -208,7 +208,7 @@ CommitMessage
|
|||||||
|
|
||||||
##### Functions
|
##### Functions
|
||||||
|
|
||||||
Beside the [go template functions](https://pkg.go.dev/text/template#hdr-Functions), the folowing functions are availiable to use in the templates. Check [formatter_functions.go](sv/formatter_functions.go) to see the function implementation.
|
Beside the [go template functions](https://pkg.go.dev/text/template#hdr-Functions), the folowing functions are availiable to use in the templates. Check [formatter_functions.go](sv/formatter_functions.go) to see the functions implementation.
|
||||||
|
|
||||||
###### timefmt
|
###### timefmt
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user