releaser: Remove suplerflous release notes slug

This commit is contained in:
Bjørn Erik Pedersen 2018-02-27 10:33:35 +01:00
parent 06e5ee6526
commit 55fb0eac20
No known key found for this signature in database
GPG Key ID: 330E6E2BD4859D8F
1 changed files with 1 additions and 2 deletions

View File

@ -299,11 +299,10 @@ images:
date: %s
title: %q
description: %q
slug: %q
categories: ["Releases"]%s
---
`, time.Now().Format("2006-01-02"), title, title, title, fmTail)); err != nil {
`, time.Now().Format("2006-01-02"), title, title, fmTail)); err != nil {
return "", err
}