1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-01-08 03:31:59 +02:00
Commit Graph

44 Commits

Author SHA1 Message Date
Carlos Alexandro Becker
289e21f70c
feat: improved init command (#577)
* feat: improved init command

* test: increased coverage

* revert: should have commited this yet
2018-02-25 18:49:34 -03:00
Carlos Alexandro Becker
2bb509f5a8
chore: enabling -race -failfast and -coverpkg (#576)
* chore: enabling -race -failfast and -coverpkg

* fix: race condition in tests
2018-02-24 17:31:07 -03:00
Carlos Alexandro Becker
181258db55
docs: syntax highlight 2018-02-17 18:16:02 -02:00
Carlos Alexandro Becker
777b9c68ad
chore: added bandep 2017-12-23 11:45:17 -02:00
Carlos Alexandro Becker
a7bd5298a4
chore: make ci should also build 2017-12-18 09:28:36 -02:00
Carlos Alexandro Becker
530feac44a
fix: improved artifact add logs 2017-12-18 09:19:02 -02:00
Carlos Alexandro Becker
5345aadd0d
docs: formatted all docs
Based on prettier/prettier
2017-12-10 15:17:38 -02:00
Carlos Alexandro Becker
5ec6ddec9f chore: using https instead of ssh url
Travis cant clone it via ssh since it doesnt
have the ssh key
2017-12-05 23:06:15 -02:00
Carlos Alexandro Becker
da61f77dff chore: using travis deploy feature
Should work better than hacky scripts
2017-12-05 23:06:15 -02:00
Carlos Alexandro Becker
ccd72344cc chore: automating docs deployment
Auto-deploy docs on releases.
Should test it first, though.
2017-12-05 23:06:15 -02:00
Carlos Alexandro Becker
aa033d8f99 chore: make static pushes repo as well
Making the static task commit and push
the changes
2017-12-05 21:58:55 -02:00
Carlos Alexandro Becker
6dc31b53bd
docs: fixes to use the "default" fork
I was using my own fork, but its getting
hard to maintain that. Lets use the
default version.
2017-12-04 09:49:29 -02:00
Carlos Alexandro Becker
7c9e1ee5f6
chore: add nolint to the todo make task
So we can also find nolints across the code and fix them.
2017-10-25 15:16:12 -02:00
Carlos Alexandro Becker
87ec4781ee
chore: added a todo task to the Makefile
Added a `todo` task in the `Makefile`, copied
from apex/up.
2017-10-19 10:50:49 -02:00
Carlos Alexandro Becker
03815dcaea
chore: Updated makefile for go 1.9
Since go 1.9, `./...` automatically skips vendored depedencies.
2017-10-02 14:24:51 -03:00
Carlos Alexandro Becker
64ffdd4a5c
enabled more linters and fixed them 2017-09-14 21:19:56 -03:00
Carlos Alexandro Becker
17e9e6ca0e
dockerfile syntax highlight 2017-09-12 22:43:29 -03:00
Carlos Alexandro Becker
6c4ad8b783
using the next branch 2017-09-10 21:11:37 -03:00
Carlos Alexandro Becker
062115e4f0
new docs 2017-09-10 17:07:28 -03:00
Carlos Alexandro Becker
86e46fe61d
gometalinter fixes 2017-07-06 20:13:02 -03:00
Carlos Alexandro Becker
14a8161837
fixed dep 2017-05-29 16:57:17 -03:00
Carlos Alexandro Becker
b2821d7e7f
support globs on archive.files 2017-05-11 00:05:51 -03:00
Jorin Vogel
195976b032
make goreleaser installable via go get #205
move main.go file to top level
and move go library to goreleaserlib package
2017-04-23 14:22:41 +02:00
Carlos Alexandro Becker
d861194301
added make install
refs #205
2017-04-22 09:41:12 -03:00
Carlos Alexandro Becker
8e8be3d349
switching to codecov 2017-04-21 21:22:11 -03:00
Carlos Alexandro Becker
dc7b9c6852
covered main cli action with tests 2017-04-21 15:25:32 -03:00
lucapette
52040c893c Fix type in Makefile comment 2017-04-21 17:07:08 +02:00
Carlos Alexandro Becker
3bc428120d
adding more tests and godocs 2017-04-14 15:39:32 -03:00
Carlos Alexandro Becker
5bb80dd0a8
using covermode count 2017-03-25 21:00:03 -03:00
Carlos Alexandro Becker
fd46584bf2
fixed Makefile source files 2017-03-24 17:08:19 -03:00
Carlos Alexandro Becker
cf99722ef1
Merge branch 'master' into dep 2017-03-22 21:33:19 -03:00
Carlos Alexandro Becker
3af5bdb672
increased deadline 2017-03-22 20:05:02 -03:00
Carlos Alexandro Becker
8110892f6a
increased deadline
Check https://github.com/dominikh/go-tools/issues/63 for details
2017-03-22 19:53:27 -03:00
Carlos Alexandro Becker
9342718a6e
using golang/dep instead of glide 2017-03-09 14:20:59 -03:00
Carlos Alexandro Becker
4988bac30e
goveralls 2017-02-07 17:00:46 -02:00
Carlos Alexandro Becker
89a0dacfa6
make fmt faster 2017-01-30 14:24:32 -02:00
Carlos Alexandro Becker
384f8f0219
added fmt task to makefile, improved the rest 2017-01-15 09:11:37 -02:00
Carlos Alexandro Becker
22e9fb8b43
tabs vs spaces 2017-01-11 14:55:16 -02:00
Carlos Alexandro Becker
b6a50fa54c
tab 2017-01-02 14:31:14 -02:00
Carlos Alexandro Becker
7953e9df12
? 2017-01-02 14:23:02 -02:00
Carlos Alexandro Becker
e166976731
hiding commands, vendored linters only 2017-01-02 14:09:38 -02:00
Carlos Alexandro Becker
0bc1c75d6f
makefile 2017-01-02 13:57:36 -02:00
lucapette
34ea2a9c39 Remove copy/past relic as noted by @jspc 2017-01-02 11:56:03 +01:00
lucapette
636470ec28 Add a working Makefile 2017-01-02 11:23:28 +01:00