releaser: Remove unused code

This commit is contained in:
Bjørn Erik Pedersen
2021-12-08 09:02:45 +01:00
parent e86b331138
commit bf537f1c6d
2 changed files with 0 additions and 23 deletions

View File

@@ -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