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

16 Commits

Author SHA1 Message Date
Carlos Alexandro Becker
54d1ca1d6d
docs: unshallow action (#1610)
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2020-06-16 09:37:11 -03:00
dependabot[bot]
fdfae298c6
chore(deps): bump codecov/codecov-action from v1 to v1.0.7 (#1604)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from v1 to v1.0.7.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Commits](https://github.com/codecov/codecov-action/compare/v1...f532c3a1452359a7f96c37efc741537b80555c74)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2020-06-10 18:30:43 -03:00
dependabot[bot]
2ac1f63327
chore(deps): bump actions/cache from v1 to v2 (#1603)
Bumps [actions/cache](https://github.com/actions/cache) from v1 to v2.
- [Release notes](https://github.com/actions/cache/releases)
- [Commits](https://github.com/actions/cache/compare/v1...b8204782bbb5f872091ecc5eb9cb7d004e35b1fa)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-06-10 21:28:51 +00:00
Carlos Alexandro Becker
38820db5eb
chore(ci): change auto go mod tidy commit msg (#1578) 2020-05-28 15:26:13 +00: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
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
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
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
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
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
690e4cd215
chore(ci): Release workflow (#1499)
* chore(ci): WIP release workflow

* Set up Snapcraft

* Cache go modules

* Check of tagged

* Add codecov, snapcraft login and also always clear sensitive data

Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
2020-05-10 18:52:25 -03:00
CrazyMax
90549df4d8
chore(ci): new Release workflow (#1498)
Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
2020-05-10 17:08:36 -03:00
CrazyMax
f7d0725418
feat: Add go.sum verification workflow (#1496)
* Add go.sum verification workflow

* No need

Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
2020-05-10 16:35:06 -03:00