1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-01-08 03:31:59 +02:00
goreleaser/internal/testlib
Alan Scherger 6c79a6c51a fix: be explicit when we query git for tags
When Jenkins is configured with 'Check out to matching local branch' the branch and tag name will conflict.
If we use explicit references to tags, then life is much better.

This patch also replaces our manual 'tag or not' boolean with a regex to check if the return is a SHA1.
If it is not a SHA1, it is assumed to be a tag. Hopefully this helps with future maintainability.
2018-10-06 22:21:46 -03:00
..
git_test.go git on testlib 2017-07-23 16:42:17 -03:00
git.go fix: be explicit when we query git for tags 2018-10-06 22:21:46 -03:00
mktemp_test.go removing all assert.New because vet shadow complains about this now 2017-09-26 19:24:49 -03:00
mktemp.go removing all assert.New because vet shadow complains about this now 2017-09-26 19:24:49 -03:00
skip_test.go refactor: better package organization 2018-09-12 14:18:01 -03:00
skip.go refactor: better package organization 2018-09-12 14:18:01 -03:00