parent
cd938863bd
commit
b5ec9f97db
|
@ -61,7 +61,7 @@ func updateOrCreateDraftRelease(a *Action, cfg *config.RepoConfig) (*gitea.Relea
|
|||
if changelog != nil {
|
||||
for label, prs := range *changelog {
|
||||
if len(prs) > 0 {
|
||||
if strings.Contains(label, "Satatus/") {
|
||||
if !strings.Contains(label, "Status/") {
|
||||
// TODO: here we should take the label from the config and only default to the name
|
||||
fmt.Fprintf(&b, "## %s\n\n", strings.Title(label))
|
||||
|
||||
|
|
Loading…
Reference in New Issue