Skip to content

Commit

Permalink
releaser: Remove suplerflous release notes slug
Browse files Browse the repository at this point in the history
  • Loading branch information
bep committed Feb 27, 2018
1 parent 06e5ee6 commit 55fb0ea
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions releaser/releasenotes_writer.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down

0 comments on commit 55fb0ea

Please sign in to comment.