Carlos Alexandro Becker
7186e5b93e
chore(deps): remove tj/assert
...
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2020-06-01 09:43:18 -03:00
dependabot-preview[bot]
f69139b539
chore(deps): bump github.com/goreleaser/nfpm from 1.3.0 to 1.3.1 ( #1581 )
...
Bumps [github.com/goreleaser/nfpm](https://github.com/goreleaser/nfpm ) from 1.3.0 to 1.3.1.
- [Release notes](https://github.com/goreleaser/nfpm/releases )
- [Changelog](https://github.com/goreleaser/nfpm/blob/master/.goreleaser.yml )
- [Commits](https://github.com/goreleaser/nfpm/compare/v1.3.0...v1.3.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-06-01 09:39:48 -03:00
Weslei Juan Moser Pereira
da78747875
feat: Add support for templated release notes, header and footer ( #1575 )
...
* Added support to header and footer template
* Add template for release notes
2020-05-31 13:18:48 +01:00
github-actions[bot]
c31cc85cb2
chore(deps): go mod tidy ( #1579 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2020-05-28 13:18:43 -03:00
github-actions[bot]
f5354c9e60
fix: go mod tidy ( #1577 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2020-05-28 15:37:25 +00:00
Carlos Alexandro Becker
38820db5eb
chore(ci): change auto go mod tidy commit msg ( #1578 )
2020-05-28 15:26:13 +00:00
github-actions[bot]
b91f87e019
fix: go mod tidy ( #1574 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2020-05-28 12:49:03 +00:00
dependabot-preview[bot]
040c142eac
chore(deps): bump github.com/apex/log from 1.1.4 to 1.3.0 ( #1571 )
...
Bumps [github.com/apex/log](https://github.com/apex/log ) from 1.1.4 to 1.3.0.
- [Release notes](https://github.com/apex/log/releases )
- [Changelog](https://github.com/apex/log/blob/master/History.md )
- [Commits](https://github.com/apex/log/compare/v1.1.4...v1.3.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-05-28 09:36:48 -03:00
dependabot-preview[bot]
6bf17dd745
chore(deps): bump github.com/xanzy/go-gitlab from 0.31.0 to 0.32.0 ( #1572 )
...
Bumps [github.com/xanzy/go-gitlab](https://github.com/xanzy/go-gitlab ) from 0.31.0 to 0.32.0.
- [Release notes](https://github.com/xanzy/go-gitlab/releases )
- [Changelog](https://github.com/xanzy/go-gitlab/blob/master/CHANGELOG.md )
- [Commits](https://github.com/xanzy/go-gitlab/compare/v0.31.0...v0.32.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-05-27 10:03:41 -03:00
Kévin Dunglas
99672b5c8a
docs: Fix link to "sign" ( #1573 )
2020-05-27 08:58:38 +01:00
Radek Simko
c908f74c41
docs: Format markdown tables ( #1569 )
...
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2020-05-26 13:24:59 -03:00
Eduardo Lopez
6645c58114
fix: Brew versioned formulae now supported ( #1568 )
2020-05-26 14:50:39 +00:00
Carlos Alexandro Becker
5f41640978
chore(deps): bump github.com/goreleaser/nfpm from 1.2.1 to 1.3.0 ( #1565 )
...
* chore(deps): bump github.com/goreleaser/nfpm from 1.2.1 to 1.3.0
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
* fix: test
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2020-05-26 01:15:20 -03:00
Carlos Alexandro Becker
69c8a502db
chore(deps): bump github.com/golangci/golangci-lint from 1.23.7 to 1.27.0 ( #1563 )
...
* chore(deps): bump github.com/golangci/golangci-lint from 1.23.7 to 1.27.0
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
* fix: tests
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2020-05-26 00:48:10 -03:00
Carlos Alexandro Becker
501f092811
chore: go doc for extrafiles.Find
...
refs #1535
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2020-05-25 15:18:24 -03:00
Weslei Juan Moser Pereira
c805451de0
feat: Added extra files to blob ( #1535 )
...
* Reordered indexes in docs
* Fix customization order
* Implemented extra files
* Added tests for extra files
* Added docs
* Fix test with defaults
* Removed path and folder from extra_files
* Fix scope lint
* Removed dead code
* Removed dead code
* Added test for common package
* Fix linting
* Removed false positive from golangci
* Requested changes
2020-05-25 15:07:40 -03:00
CrazyMax
8109a15292
fix(ci): Remove workaround for invalid cross-device link (actions/virtual-environments#922) ( #1561 )
...
Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
2020-05-25 14:21:35 -03:00
Carlos Alexandro Becker
48be332890
fix: brew dependency: string or struct ( #1559 )
...
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2020-05-25 09:40:27 +00:00
CrazyMax
843262e3cc
docs: bump ghaction-import-gpg ( #1555 )
...
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2020-05-24 15:20:48 +00:00
Grachev Mikhail
207ee49853
feat: add support brew dependency types ( #1554 )
...
Signed-off-by: Mikhail Grachev <work@mgrachev.com>
2020-05-24 12:10:25 -03:00
Radek Simko
363aa74dcb
feat: Expose semver for snapshots ( #1557 )
2020-05-24 15:05:49 +00:00
Yoan Blanc
a48ddc3828
feat: allow signing only the source ( #1552 )
...
Signed-off-by: Yoan Blanc <yoan@dosimple.ch>
Co-authored-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2020-05-23 17:39:59 +00:00
Carlos Alexandro Becker
4cf79bf9c5
fix: include golang as a dependency of deb/rpms ( #1543 )
...
* fix: include golang as a dependency of deb/rpms
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
* fix: recommends instead
* fix: typo
2020-05-23 14:28:55 -03:00
Carlos Alexandro Becker
58acbd334d
fix: cgo docker image ( #1540 )
...
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2020-05-23 14:25:39 -03:00
Carlos Alexandro Becker
c1d1f893fd
chore(ci): remove action that doesnt work on forks
...
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2020-05-23 14:13:24 -03:00
Carlos Alexandro Becker
04af60163f
chore(ci): remove action that doesnt work on forks
...
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2020-05-23 14:12:28 -03:00
Carlos Alexandro Becker
f8b8d22ac3
fix: secrets
...
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2020-05-23 14:09:07 -03:00
Carlos Alexandro Becker
7b9d20e84b
chore: auto-label size, assign to project ( #1551 )
...
* chore: auto-label size, assign to project
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
* fix: token
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2020-05-22 16:57:31 -03:00
6543
b2b418c6a7
chore(deps): bump code.gitea.io/sdk/gitea from v0.11.3 to v0.12.0 ( #1546 )
...
* migrate
* gitea sdk v0.11.3 -> 0.12.0
* CI.restart()
2020-05-22 10:21:43 -03:00
CrazyMax
2f5d7f123a
fix(ci): Fix invalid cross-device link ( #1545 )
...
* fix(ci): Fix invalid cross-device link
* Check partition
* Use /mnt/.tmp
* Chown tmpdir
* Try another TMPDIR path
* Trad path
* Coding style
Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2020-05-22 10:03:45 -03:00
Carlos Alexandro Becker
629395a75a
fix: include go as a dependency of the brew tap ( #1542 )
...
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2020-05-22 09:50:34 -03:00
Carlos Alexandro Becker
ef19f1610b
fix: windows filenames ( #1539 )
...
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2020-05-21 22:08:54 -03:00
小明同学
6b80d90ac7
docs: fix grammar ( #1536 )
2020-05-21 09:33:11 -03:00
Weslei Juan Moser Pereira
931cc4d51e
docs: Alphabetical indexes reordered ( #1533 )
...
* Reordered indexes in docs
* Fix customization order
2020-05-19 10:12:24 -03:00
Carlos Alexandro Becker
cbb8552bc0
fix(ci): unshallow history ( #1528 )
...
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2020-05-19 02:30:52 +00:00
Carlos Alexandro Becker
baf2182051
fix(ci): htmltest failing checks ( #1529 )
...
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2020-05-19 02:19:03 +00:00
Weslei Juan Moser Pereira
b8d32449f4
docs: added docs for Jenkins pipeline ( #1527 )
...
* Added docs for Jenkins
* Added index
2020-05-18 22:15:47 -03:00
Carlos Alexandro Becker
be1d4d629f
fix: blob: filepath on url ( #1521 )
...
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2020-05-17 13:48:33 -03:00
Radek Simko
983f342ab8
feat: Add build command ( #1520 )
...
* feat: Add build command
* feat(cmd/build): Add skip-post-hooks flag
* Update internal/pipeline/pipeline.go
Co-authored-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
Co-authored-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
2020-05-15 11:19:20 -03:00
Carlos Alexandro Becker
0cd40a42da
fix: improve docker logs and errors ( #1519 )
...
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2020-05-14 14:28:53 -03:00
github-actions[bot]
73e60f6f1a
fix: go mod tidy ( #1514 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2020-05-13 20:35:40 +00:00
Carlos Alexandro Becker
274714aecd
fix(ci): use GH_PAT to release ( #1515 )
...
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2020-05-13 22:23:45 +02:00
dependabot-preview[bot]
9ad3385be8
chore(deps): bump gopkg.in/yaml.v2 from 2.2.8 to 2.3.0 ( #1513 )
...
Bumps [gopkg.in/yaml.v2](https://github.com/go-yaml/yaml ) from 2.2.8 to 2.3.0.
- [Release notes](https://github.com/go-yaml/yaml/releases )
- [Commits](https://github.com/go-yaml/yaml/compare/v2.2.8...v2.3.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-05-13 11:58:23 +03:00
Carlos Alexandro Becker
7bae28e167
docs: deprecations
...
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2020-05-12 09:21:27 -03:00
Carlos Alexandro Becker
751bcf523a
docs: small improvements
...
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2020-05-11 09:35:58 -03:00
Carlos Alexandro Becker
f69fe9e83a
docs: improve wording
...
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2020-05-10 19:47:55 -03:00
Carlos Alexandro Becker
31a32e254e
docs: some other improvements ( #1504 )
...
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2020-05-10 19:37:28 -03:00
Carlos Alexandro Becker
1be1073857
chore(ci): htmltest workflow ( #1506 )
...
* chore(ci): htmltest workflow
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
* fix: syntax
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
* fix: workflow
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
* fix: alt
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
* feat: rename workflow
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2020-05-10 19:33:09 -03:00
CrazyMax
ac526f0252
docs: Use GitHub Action badge ( #1505 )
...
Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
2020-05-10 22:29:16 +00:00
Carlos Alexandro Becker
de9e989185
chore(ci): remove travis ( #1502 )
...
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2020-05-10 22:10:16 +00:00