vendor: Fix +-timezones in TOML

Fixes #29
This commit is contained in:
Bjørn Erik Pedersen
2017-06-23 18:57:06 +02:00
parent 2e4ccd3d34
commit 0e1bda34c3
2 changed files with 4 additions and 4 deletions

View File

@@ -247,7 +247,7 @@ func getGitInfosBefore(ref, tag string, remote bool) (gitInfos, error) {
}
// Ignore autogenerated commits etc. in change log. This is a regexp.
const ignoredCommits = "release:|vendor:|snapcraft:"
const ignoredCommits = "releaser?:|snapcraft:"
func gitLogBefore(ref, tag string) (string, error) {
var prevTag string