Documentation
¶
Index ¶
- Variables
- func ChangelogEntriesBetweenVersions(lang string, feature string, newVersion string, oldVersion string) ([]string, error)
- func CompileChangelog(lang string) (string, error)
- func GetChangeLog(lang string, targetVersions, previousVersions map[string]string) (string, error)
- func GetLatestVersions(target string) (map[string]string, error)
- func GetTemplateChangeLog(templateVersion string, targetVersions, previousVersions map[string]string) (string, error)
- func MustGenerate(template string, targetVersions map[string]string, ...) (bool, error)
Constants ¶
This section is empty.
Variables ¶
View Source
var ( SplitRegex = regexp.MustCompile(`(?m)^## `) HeaderRegex = regexp.MustCompile(`(?m)^## (.*?) - (\d{4}-\d{2}-\d{2})`) VersionMatchRegex = regexp.MustCompile(`(?:##|//) ([a-zA-Z0-9]+): ([0-9]+\.[0-9]+\.[0-9]+)`) )
Functions ¶
func CompileChangelog ¶
func GetChangeLog ¶
func GetTemplateChangeLog ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.