ref(releasetype/draft): infomation about if release is a draft will now be set in the sharedVersion

This commit is contained in:
Felix Wiedmann
2019-06-20 10:49:50 +02:00
parent 62c6352aad
commit d36be78c9c
7 changed files with 29 additions and 61 deletions

View File

@@ -9,13 +9,13 @@ type ReleaseVersion struct {
Last ReleaseVersionEntry
Next ReleaseVersionEntry
Branch string
Draft bool
}
//ReleaseVersionEntry struct
type ReleaseVersionEntry struct {
Commit string
Draft bool
*semver.Version
Commit string
Version *semver.Version
}
//GeneratedChangelog struct