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

85 Commits

Author SHA1 Message Date
Carlos Alexandro Becker
b7ddafbbd8
fix: hopefully fix deploy
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2019-10-30 21:06:41 -03:00
Carlos Alexandro Becker
44038a2f50
feat: nfpm without rpmbuild (#1187)
thanks @djgilcrease for all the hard work on nfpm
and google/rpmpack.

thanks to @jarondl who works on rpmpack as well.

great work everyone! 🚀

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2019-10-11 09:00:19 -03:00
Carlos Alexandro Becker
3120a38c64
feat: go 1.13 (#1135)
* feat: go 1.13

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>

* fix: go.mod

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>

* feat: update to go 1.13

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>

* bump: deps

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>

* fix: deps

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>

* fix: trying replace

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>

* fix: go mod init

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>

* fix: disable funlen lint

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2019-09-13 09:53:56 -03:00
Carlos Alexandro Becker
a0de4bbb3c
Revert "ci: use xenial instead of trusty (#1064)"
This reverts commit 6fecaf97e8.
2019-07-07 11:54:33 -03:00
Carlos Alexandro Becker
6fecaf97e8
ci: use xenial instead of trusty (#1064)
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2019-06-29 16:18:11 -03:00
Carlos Alexandro Becker
0a8478bf19
docs: lint with misspell
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2019-06-28 10:13:56 -03:00
Carlos Alexandro Becker
3388b43cc4
chore: no debug on travis 2019-06-09 15:43:57 -03:00
Carlos Alexandro Becker
367c6c0d1d
docs: improve docs 2019-03-24 20:10:30 -03:00
Carlos Alexandro Becker
24f86c2576
chore: fix travis 2019-03-03 14:24:03 -03:00
Carlos Alexandro Becker
cf4aba68d3
feat: global env and template-able before hooks (#974)
* feat: global env

* docs: hooks templateable, global env

* docs: hooks templateable, global env

* feat: templas on before hooks

* docs: revert unwanted change

* fix: use os.environ too

* chore: travis

* fix: goreleaser.yml
2019-03-03 14:12:22 -03:00
Carlos Alexandro Becker
2ce4d258f4
feat: bump to go 1.12 (#968) 2019-02-27 11:57:08 -03:00
Carlos Alexandro Becker
a69ef61d60 fix: snapshot version handling 2018-12-13 12:11:12 -02:00
Carlos Alexandro Becker
288a3ac781 chore: travis: set GO111MODULE=on on env 2018-10-30 23:50:55 -03:00
Carlos Alexandro Becker
cf2e529598 chore: travis: set GO111MODULE=on on env 2018-10-30 23:50:55 -03:00
Carlos Alexandro Becker
9500155274
fix: only decrypt on tags 2018-10-25 10:14:19 -03:00
Carlos Alexandro Becker
a9bae8d5d3 chore: push snap packages 2018-10-20 17:25:18 -03:00
Carlos Alexandro Becker
c6c4df6d1c docs: deploy on tags only 2018-10-04 22:37:13 -03:00
Carlos Alexandro Becker
4639eaad02 chore: using go 1.11 2018-09-16 21:46:21 -03:00
Carlos Alexandro Becker
9d92da9e69
bump: go 1.10.3 2018-07-04 00:32:43 -07:00
Carlos Alexandro Becker
865c49d65c
fix: fail if dirty files
This will fail the build whenever it finishes with
a dirt index.

Closes #661
2018-05-01 21:02:18 -07:00
Carlos Alexandro Becker
13685f0234 docs: starting to re-work the docs site 2018-05-01 20:32:46 -07:00
Carlos Alexandro Becker
5a72317a01
chore: test for snap issue (#596)
chore: fix snap liblz4 on travis
2018-04-06 14:21:25 -03:00
Carlos Alexandro Becker
62cb6a8963
fix: back to last dpl
refs https://github.com/travis-ci/travis-ci/issues/9312
2018-03-12 14:19:04 -03:00
Carlos Alexandro Becker
45f4eb9f66
docs: deploy: downgrade dpl
refs https://github.com/travis-ci/travis-ci/issues/9312
2018-03-11 14:03:13 -03:00
Carlos Alexandro Becker
3866ac1ad7
Revert "chore: fix release on travis"
This reverts commit 7b77f76d84.
2018-03-11 14:00:58 -03:00
Carlos Alexandro Becker
50f348fdc1
Revert "docs: deploy: debug deploy to pages"
This reverts commit cf861c4630.
2018-03-11 14:00:52 -03:00
Carlos Alexandro Becker
f33fcc15b3
Revert "docs: deploy: wtf travis"
This reverts commit 038d8e0a0b.
2018-03-11 14:00:46 -03:00
Carlos Alexandro Becker
038d8e0a0b
docs: deploy: wtf travis 2018-03-11 13:08:21 -03:00
Carlos Alexandro Becker
cf861c4630
docs: deploy: debug deploy to pages 2018-03-11 12:56:39 -03:00
Carlos Alexandro Becker
7b77f76d84
chore: fix release on travis 2018-03-10 14:54:37 -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
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
69477e6369
chore: fix deploy 2018-02-18 20:03:00 -03:00
Carlos Alexandro Becker
d4c962dd7a
style: new deploy 2018-02-18 16:40:41 -03:00
Carlos Alexandro Becker
1a90afcf5f
chore: compile with go1.10 (#560)
* chore: compile with go1.10

* chore: fix?

* chore: fix ci, maybe?

* chore: fix ci, maybe?

* test: fixed broken test
2018-02-17 10:50:54 -02:00
Carlos Alexandro Becker
e9d7cd5d46 chore: fix ci, maybe 2018-02-09 00:22:43 -02:00
Carlos Alexandro Becker
681393119f chore: fix snapcraft on travis, maybe 2018-02-04 20:41:22 -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
d7da2c295a
chore: checking markdown with prettier/prettier
So they are all equally formated
2017-12-10 15:06:56 -02:00
Carlos Alexandro Becker
b1ccfbc6c2
chore: checking markdown with prettier/prettier
So they are all equally formated
2017-12-10 14:59:26 -02:00
Carlos Alexandro Becker
09ded3e5db
docs: deploy docs on master
We were deploying only on tags, but sometimes 
we need to change the docs without tagging and
etc.
2017-12-10 14:44:40 -02:00
Carlos Alexandro Becker
b0aa533a4f chore: push docs to master
Docs are using master instead of gh-pages.
2017-12-05 23:52:28 -02:00
Carlos Alexandro Becker
94481dfbe2 chore: changing the order of the tasks
GoReleaser will fail to run on a non-empty dist
2017-12-05 23:06:15 -02:00
Carlos Alexandro Becker
5e2cca2eb1 chore: always run make static on build
So we guarantee that docs wont break on change
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
7d6ef4d338 chore: improved docker test code
using defer and added a log
2017-10-07 23:26:54 -03:00
Carlos Alexandro Becker
650e14d297 fix: docker tests should not depend on the main docker registry
Makes it not necessary to be logged in the in the docker registry for
the tests to work by using a local registry.

Fixes #379
2017-10-07 23:26:54 -03:00
Carlos Alexandro Becker
be23daffaf
lint on build 2017-09-26 18:49:53 -03:00
Carlos Alexandro Becker
0d3ce094b1
using go 1.9 2017-09-14 09:43:30 -03:00