deis / deisrel

A releaser tool for Deis
MIT License
5 stars 13 forks source link

fix(changelog): fix broken changelog template #134

Closed bacongobbler closed 8 years ago

bacongobbler commented 8 years ago

closes #133

deis-bot commented 8 years ago

@Joshua-Anderson, @arschles and @krancour are potential reviewers of this pull request based on my analysis of git blame information. Thanks @bacongobbler!

Joshua-Anderson commented 8 years ago

Hmm. This wasn't a problem on my computer. It prevents an unintentional newline in the changelogs.

bacongobbler commented 8 years ago

Ah wait maybe this is a Go 1.6 feature? I'm on 1.5.1 on my laptop. Usually I'm on my desktop. Let me try upgrading.

Joshua-Anderson commented 8 years ago

Yeah, I belive this landed in 1.6 or 1.7.

bacongobbler commented 8 years ago

Indeed, upgrading to 1.6 fixed this for me.