mirror of
https://github.com/gohugoio/hugo.git
synced 2025-03-23 07:11:29 +00: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.
|
// 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) {
|
func gitLogBefore(ref, tag string) (string, error) {
|
||||||
var prevTag string
|
var prevTag string
|
||||||
|
|
6
vendor/vendor.json
vendored
6
vendor/vendor.json
vendored
|
@ -3,10 +3,10 @@
|
||||||
"ignore": "test",
|
"ignore": "test",
|
||||||
"package": [
|
"package": [
|
||||||
{
|
{
|
||||||
"checksumSHA1": "pPH/BoINXxzYDObljpsGZbysMrw=",
|
"checksumSHA1": "fEgW0LDkuhB+99rGbe1upZnGK6I=",
|
||||||
"path": "github.com/BurntSushi/toml",
|
"path": "github.com/BurntSushi/toml",
|
||||||
"revision": "b26d9c308763d68093482582cea63d69be07a0f0",
|
"revision": "8fb9fdc4f82fd3495b9086c911b86cc3d50cb7ab",
|
||||||
"revisionTime": "2017-03-28T06:15:53Z"
|
"revisionTime": "2017-06-23T11:17:45Z"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"checksumSHA1": "NX4v3cbkXAJxFlrncqT9yEUBuoA=",
|
"checksumSHA1": "NX4v3cbkXAJxFlrncqT9yEUBuoA=",
|
||||||
|
|
Loading…
Reference in a new issue