1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-06-17 00:17:53 +02:00
Commit Graph

8 Commits

Author SHA1 Message Date
2ea883e0c4 * feat: allow snapshots on a folder that is not a git repo (#579)
* feat: allow running against a folder that is not a git repo

* test: cover clean err

* test: release: increase coverage

* test: fix race condition
2018-02-25 20:17:45 -03:00
f7be04a239 fix: git: if exit is 0, ignore stderr 2018-01-28 12:03:46 -02:00
1d7b0e072b chore: added more test
Added a test to cover the git.Clean function..
Refs #284
2017-10-18 09:19:36 -02:00
850c2e14f2 fix: detect if current folder is a subfolder of a parent git repo
We were checking for a .git folder, which would break in cases
where goreleaser is running from a subfolder of a monorepo, for example.

Check 529af6f#commitcomment-25011738

Closes #402 #403
2017-10-16 15:59:39 -02:00
d85a9001ec removing all assert.New because vet shadow complains about this now
aaaaaaaaaaarhhhhhhhhgttt
2017-09-26 19:24:49 -03:00
f1f04d809d fixed for detached heads 2017-09-26 19:02:18 -03:00
b72e2bc27e fixed lint errors 2017-09-26 18:50:00 -03:00
d7efa64075 removed duplicated code 2017-08-19 12:47:04 -03:00