summaryrefslogtreecommitdiffstats
path: root/releaser/git.go
diff options
context:
space:
mode:
Diffstat (limited to 'releaser/git.go')
-rw-r--r--releaser/git.go8
1 files changed, 0 insertions, 8 deletions
diff --git a/releaser/git.go b/releaser/git.go
index 16bcbf2a0..ced363a9d 100644
--- a/releaser/git.go
+++ b/releaser/git.go
@@ -25,14 +25,6 @@ import (
var issueRe = regexp.MustCompile(`(?i)(?:Updates?|Closes?|Fix.*|See) #(\d+)`)
-const (
- notesChanges = "notesChanges"
- templateChanges = "templateChanges"
- coreChanges = "coreChanges"
- outChanges = "outChanges"
- otherChanges = "otherChanges"
-)
-
type changeLog struct {
Version string
Notes gitInfos