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

21 Commits

Author SHA1 Message Date
Carlos Alexandro Becker
5f8141839f conflicts_with releaser is no longer needed
```
Warning: goreleaser: No available formula with the name "releaser"
'conflicts_with "releaser"' should be removed from goreleaser.rb.
```
2017-02-24 14:40:06 -03:00
Carlos Alexandro Becker
4bc64ce58f conflicts with releaser
the name that the binary has before
2017-02-01 20:02:26 -02:00
Carlos Alexandro Becker
3f2eb7c56b
code improvements 2017-01-29 22:33:08 -02:00
Carlos Alexandro Becker
aace3d4813
added fpm support
closes #10
2017-01-29 21:55:32 -02:00
Carlos Alexandro Becker
b82bba7a61
mv docs/readme -> readme 2017-01-21 18:38:53 -02:00
Mohamed Gharsallah
d88947c238 Remove goreleaser example file 2017-01-21 15:34:00 +01:00
Carlos Alexandro Becker
656828ea41 brew depends on git
It calls the `git` binary to get tags and logs. I think it's valid to add git as a dependency since now it is supported.
2017-01-17 11:29:10 -02:00
Carlos Alexandro Becker
6f98934788 stop building goreleaser.exe
it will probably not work on windows anyway (e.g.: calling `git` instead of `git.exe`).

The get/latest script also won't work on Windows.

For me, we can assume that this don't work and that's it...
2017-01-16 19:09:53 -02:00
Carlos Alexandro Becker
54de3e90ec Update goreleaser.yml 2017-01-15 16:01:37 -02:00
Carlos Alexandro Becker
c667d9ad87
goos on goreleaser.yml 2017-01-14 20:12:49 -02:00
Carlos Alexandro Becker
24fc596db2
renamed releaser to goreleaser
#79
2017-01-14 18:52:57 -02:00
Carlos Alexandro Becker
a5ff5ec7a2
typo 2017-01-14 18:44:51 -02:00
Carlos Alexandro Becker
ee263f2ec0
removed default uneeded config 2017-01-14 18:40:11 -02:00
Carlos Alexandro Becker
59ccd17c5e
formula in Formula folder in the homebrew tap 2017-01-14 18:39:51 -02:00
Carlos Alexandro Becker
6f3370914b
renamed binary name
refs #79
2017-01-14 18:39:26 -02:00
Carlos Alexandro Becker
446db716b1
homebrew-formulae -> homebrew-tap
closes #57
2017-01-11 20:51:33 -02:00
Carlos Alexandro Becker
37ddfada93
fix indent 2016-12-30 16:57:23 -02:00
Carlos Alexandro Becker
4ec213020b
release it on windows too 2016-12-30 16:56:12 -02:00
Carlos Alexandro Becker
8cf148f989
fixed releasing 2016-12-29 10:15:08 -02:00
Carlos Alexandro Becker
580ee4ca46
release to github 2016-12-28 23:21:49 -02:00
Carlos Alexandro Becker
8b63e6555b
config wip 2016-12-21 10:35:34 -02:00