Carlos Alexandro Becker
a2d89651da
chore: cli: added aliases for release and init
2018-03-11 12:09:19 -03:00
Carlos Alexandro Becker
2231742e76
chore: cli: placeholder for release notes
2018-03-11 12:03:35 -03:00
Carlos Alexandro Becker
8326751101
refactor: replacing urfave/cli with alecthomas/kingpin ( #603 )
...
* chore: wip adding kinpin
* chore: wip adding kinpin
* chore: wip adding kinpin
* chore: wip adding kinpin
* chore: wip adding kinpin
* chore: fix linter issues
* style: format
* chore: wording
* style: small fixes
* fix: improved exit
* test: more tests
2018-03-11 12:00:47 -03:00
Carlos Alexandro Becker
febef7de29
fix: update nfpm
2018-03-10 15:06:44 -03:00
Carlos Alexandro Becker
7b77f76d84
chore: fix release on travis
2018-03-10 14:54:37 -03:00
Carlos Alexandro Becker
2e0926c60d
fix: why am I packaging internal sources
...
dunno, probably was drunk at the time
refs #602
2018-03-10 14:14:45 -03:00
Carlos Alexandro Becker
8877c72abc
chore: better commit msgs for brew and scoop pipes ( #605 )
...
* style: moving commit msg to the pipe instead of the client
refs #604
* fix: better commit msg for scoop and brew
2018-03-10 14:13:00 -03:00
Carlos Alexandro Becker
b34224ab36
fix: go generate hook
2018-03-08 18:46:48 -03:00
Carlos Alexandro Becker
959daeca4d
style: moving Piper interface close to where its used
2018-03-08 18:46:15 -03:00
Carlos Alexandro Becker
c7d3e02ce6
style: moving Defaulter interface close to where its used
2018-03-08 18:36:36 -03:00
Carlos Alexandro Becker
5830759958
fix: project name on brew formula
...
refs 956eeafdfe
closes #601
2018-03-08 17:16:49 -03:00
Carlos Alexandro Becker
3db9913e1c
feat: --skip-validate is back ( #600 )
2018-03-08 08:42:33 -03:00
Carlos Alexandro Becker
956eeafdfe
fix: improved PR #597
2018-03-07 19:21:01 -03:00
Erno Aapa
960b23af0c
feat: Custom brew tap name ( #597 )
...
Add optional Name field to Brew configuration to allow overriding
the name of the final Brew tap recipe.
closes #595
2018-03-07 19:16:38 -03:00
Carlos Alexandro Becker
7746ed179c
fix: bump nfpm
...
refs goreleaser/nfpm#12
2018-03-05 22:14:12 -03:00
Carlos Alexandro Becker
7cd13c040f
fix: scoop download url ( #594 )
...
closes #593
2018-03-05 20:55:02 -03:00
Carlos Alexandro Becker
7944b7d721
chore: improve todo task
2018-03-04 20:23:38 -03:00
Carlos Alexandro Becker
ef805ce060
fix: gometalinter
2018-03-02 09:40:19 -03:00
Carlos Alexandro Becker
3ca0513d7e
fix: gometalinter
2018-03-02 09:28:08 -03:00
Carlos Alexandro Becker
bf4587a9d3
chore: debug
2018-03-02 09:21:32 -03:00
Dominik Nakamura
cc6dd458af
feat: Configuration to use short git hashes ( #581 )
...
Add a git configuration to control to either use long commit hashes
(current default) or use the short version with only the first 7
characters of the hash.
See #578
2018-03-02 09:20:27 -03:00
Carlos Alexandro Becker
7ad2b2ed37
chore: use only stable dep and gometalinter versions
2018-03-02 00:27:34 -03:00
Carlos Alexandro Becker
0f24a529da
fix: inline config ( #592 )
...
* fix: inline config
Simple is always better.
refs #591
* style: fmt
2018-03-01 23:37:15 -03:00
Carlos Alexandro Becker
c21689f8e0
fix: do not lint main-packr.go
2018-03-01 22:25:06 -03:00
Carlos Alexandro Becker
2ff058fd64
fix: fixed init
...
For some reason when building . instead of main.go,
the main_packr.go file was being ignored it seems.
Also changed it to run with go generate.
refs #591
2018-03-01 22:05:59 -03:00
Carlos Alexandro Becker
ac7800699f
fix: running goreleaser against repo with no commits ( #580 )
...
* fix: running goreleaser against repo with no commits
* test: added more asserts
2018-03-01 20:42:47 -03:00
Carlos Alexandro Becker
cb864dada3
Update ISSUE_TEMPLATE.md
2018-03-01 16:35:49 -03:00
Carlos Alexandro Becker
7778a49499
feat: --skip-publish is back ( #587 )
...
* feat: --skip-publish is back
* style: using previously resolved flag
* test: docker test
* test: main coverage
* test: fixed brew tests
2018-03-01 01:12:58 -03:00
Carlos Alexandro Becker
60cc7ea9e5
docs: fmt
2018-02-28 23:58:28 -03:00
Carlos Alexandro Becker
3d8ccb44a7
fix: subfolders inside zip archive
...
closes #586
2018-02-28 23:57:10 -03:00
Carlos Alexandro Becker
607c2e8516
docs: improving install instructions
...
refs https://github.com/goreleaser/goreleaser/issues/585
2018-02-28 21:03:31 -03:00
Carlos Alexandro Becker
2a6f6b4dd6
fix: update nfpm
...
refs #584
2018-02-28 08:29:30 -03:00
Carlos Alexandro Becker
84e0a2b175
docs: fmt
2018-02-27 10:29:33 -03:00
Carlos Alexandro Becker
76cfa61407
refactor: remove fpm in favor of nfpm ( #567 )
...
* refactor: remove fpm
* refactor: remove fpm
* refactor: .travis.yml
* chore: more cleanup
* chore: fix deploy
2018-02-26 18:49:58 -03:00
Carlos Alexandro Becker
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
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
3fb18f6408
fix: nfpm: updated lib
2018-02-25 17:40:52 -03:00
Carlos Alexandro Becker
b90bc75c38
fix: test: yaml
2018-02-25 13:59:43 -03:00
Carlos Alexandro Becker
d2fefbd402
fix: nfpm: updated lib
2018-02-25 13:43:53 -03:00
Carlos Alexandro Becker
dab527ed4f
chore: better help
2018-02-24 18:03:54 -03:00
Carlos Alexandro Becker
fdc032ec15
refactor: unifying snapshot with skip-validate and skip-publish ( #575 )
...
* refactor: removed goreleaserlib: moved all to main
* refactor: wip: snapshot
* fix: more pipes
* fix: more pipes
* fix: git tests
* fix: some other validate and publish usages
* fix: git dirty check when snapshoting
* fix: nfpm: use tag instead of version
* test: docker: print docker run output if registry fails
2018-02-24 17:59:08 -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
e999e34d96
refactor: removed goreleaserlib: moved all to main ( #574 )
...
* refactor: removed goreleaserlib: moved all to main
* test: fixed tests
2018-02-21 20:04:22 -03:00
Carlos Alexandro Becker
f2bd64f146
fix: guess git repo from url with custom ssh configs ( #573 )
...
* fix: guess git repo from url with custom ssh configs
or github enterprise
* style: removed unnecessary if statement
2018-02-20 18:21:20 -03:00
Carlos Alexandro Becker
b6299472fc
fix: git log without colors ( #572 )
2018-02-20 14:23:45 -03:00
Carlos Alexandro Becker
4b68c6af92
docs: several improvements
2018-02-18 20:37:59 -03:00
Carlos Alexandro Becker
6454dd7db4
docs: notice about config_files
2018-02-18 20:20:50 -03:00
Carlos Alexandro Becker
c5d8a592a7
docs: notice about rpmbuild version
2018-02-18 20:18:05 -03:00
Carlos Alexandro Becker
69477e6369
chore: fix deploy
2018-02-18 20:03:00 -03:00
Carlos Alexandro Becker
9269454c89
fix: bump nfpm version
2018-02-18 19:44:09 -03:00