feat(analyzer): add 'DRAFT' as messeage identifier

This commit is contained in:
Felix Wiedmann
2019-06-20 00:46:59 +02:00
parent e4ba4834eb
commit 849dc6c5b7
4 changed files with 39 additions and 16 deletions

View File

@@ -13,8 +13,9 @@ type ReleaseVersion struct {
//ReleaseVersionEntry struct
type ReleaseVersionEntry struct {
Commit string
Version *semver.Version
Commit string
Draft bool
*semver.Version
}
//GeneratedChangelog struct
@@ -23,7 +24,7 @@ type GeneratedChangelog struct {
Content string
}
//GenerateChangelogConfig struct
//ChangelogTemplateConfig struct
type ChangelogTemplateConfig struct {
CommitURL string
CompareURL string