Skip to content

Commit 0744f81

Browse files
committed
vendor: Fix +-timezones in TOML
Fixes #29
1 parent b63e4ee commit 0744f81

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

‎releaser/git.go‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ func getGitInfosBefore(ref, tag string, remote bool) (gitInfos, error) {
247247
}
248248

249249
// Ignore autogenerated commits etc. in change log. This is a regexp.
250-
const ignoredCommits = "release:|vendor:|snapcraft:"
250+
const ignoredCommits = "releaser?:|snapcraft:"
251251

252252
func gitLogBefore(ref, tag string) (string, error) {
253253
var prevTag string

‎vendor/vendor.json‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
"ignore": "test",
44
"package": [
55
{
6-
"checksumSHA1": "pPH/BoINXxzYDObljpsGZbysMrw=",
6+
"checksumSHA1": "fEgW0LDkuhB+99rGbe1upZnGK6I=",
77
"path": "github.com/BurntSushi/toml",
8-
"revision": "b26d9c308763d68093482582cea63d69be07a0f0",
9-
"revisionTime": "2017-03-28T06:15:53Z"
8+
"revision": "8fb9fdc4f82fd3495b9086c911b86cc3d50cb7ab",
9+
"revisionTime": "2017-06-23T11:17:45Z"
1010
},
1111
{
1212
"checksumSHA1": "NX4v3cbkXAJxFlrncqT9yEUBuoA=",

0 commit comments

Comments
 (0)