mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
parent
2e4ccd3d34
commit
0e1bda34c3
2 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
6
vendor/vendor.json
vendored
6
vendor/vendor.json
vendored
|
@ -3,10 +3,10 @@
|
|||
"ignore": "test",
|
||||
"package": [
|
||||
{
|
||||
"checksumSHA1": "pPH/BoINXxzYDObljpsGZbysMrw=",
|
||||
"checksumSHA1": "fEgW0LDkuhB+99rGbe1upZnGK6I=",
|
||||
"path": "github.com/BurntSushi/toml",
|
||||
"revision": "b26d9c308763d68093482582cea63d69be07a0f0",
|
||||
"revisionTime": "2017-03-28T06:15:53Z"
|
||||
"revision": "8fb9fdc4f82fd3495b9086c911b86cc3d50cb7ab",
|
||||
"revisionTime": "2017-06-23T11:17:45Z"
|
||||
},
|
||||
{
|
||||
"checksumSHA1": "NX4v3cbkXAJxFlrncqT9yEUBuoA=",
|
||||
|
|
Loading…
Reference in a new issue