Carlos Alexandro Becker
0bb1c99074
feat: update go-github to v43 ( #2948 )
...
Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
2022-03-02 09:17:08 -03:00
dependabot[bot]
a1630f8250
feat(deps): bump github.com/atc0005/go-teams-notify/v2 ( #2942 )
...
Bumps [github.com/atc0005/go-teams-notify/v2](https://github.com/atc0005/go-teams-notify ) from 2.6.0 to 2.6.1.
- [Release notes](https://github.com/atc0005/go-teams-notify/releases )
- [Changelog](https://github.com/atc0005/go-teams-notify/blob/master/CHANGELOG.md )
- [Commits](https://github.com/atc0005/go-teams-notify/compare/v2.6.0...v2.6.1 )
---
updated-dependencies:
- dependency-name: github.com/atc0005/go-teams-notify/v2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-02-28 08:16:24 -03:00
Carlos Alexandro Becker
f632056820
feat: faster archiving with pgzip ( #2941 )
...
Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
2022-02-27 13:16:08 -03:00
Carlos Alexandro Becker
d649263473
feat(deps): upgrade nfpm to v2.14.0 ( #2940 )
...
upgrade from v2.13.0 to v2.14.0
Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
2022-02-27 12:56:09 -03:00
Carlos A Becker
434248b34c
fix: release breaking when archive only
...
For some reason the set lib was trowing an int overflow error on snapshot
when there are no binary artifacts to sign.
Refs #2839
See https://github.com/goreleaser/goreleaser/runs/5334854323?check_suite_focus=true#step:21:50
Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
2022-02-25 13:55:32 -03:00
Alex Goodman
c8450633e5
fix: dedupliate cataloging binary artifacts ( #2839 )
2022-02-25 11:28:09 -03:00
dependabot[bot]
14edcd3ecc
feat(deps): bump github.com/charmbracelet/keygen from 0.2.0 to 0.2.1 ( #2912 )
2022-02-16 08:09:18 -03:00
dependabot[bot]
132da963c8
feat(deps): bump github.com/slack-go/slack from 0.10.1 to 0.10.2 ( #2908 )
...
Bumps [github.com/slack-go/slack](https://github.com/slack-go/slack ) from 0.10.1 to 0.10.2.
- [Release notes](https://github.com/slack-go/slack/releases )
- [Changelog](https://github.com/slack-go/slack/blob/master/CHANGELOG.md )
- [Commits](https://github.com/slack-go/slack/compare/v0.10.1...v0.10.2 )
---
updated-dependencies:
- dependency-name: github.com/slack-go/slack
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-02-14 08:45:38 -03:00
Carlos A Becker
02c22ce796
feat: update nfpm to v1.3.0
...
Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
2022-02-12 13:55:38 -03:00
dependabot[bot]
8cb5cec787
feat(deps): bump github.com/xanzy/go-gitlab from 0.54.4 to 0.55.1 ( #2902 )
...
Bumps [github.com/xanzy/go-gitlab](https://github.com/xanzy/go-gitlab ) from 0.54.4 to 0.55.1.
- [Release notes](https://github.com/xanzy/go-gitlab/releases )
- [Changelog](https://github.com/xanzy/go-gitlab/blob/master/releases_test.go )
- [Commits](https://github.com/xanzy/go-gitlab/compare/v0.54.4...v0.55.1 )
---
updated-dependencies:
- dependency-name: github.com/xanzy/go-gitlab
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-02-12 01:01:32 -03:00
dependabot[bot]
a2b1b49d73
feat(deps): bump github.com/goreleaser/fileglob from 1.2.0 to 1.3.0 ( #2896 )
...
Bumps [github.com/goreleaser/fileglob](https://github.com/goreleaser/fileglob ) from 1.2.0 to 1.3.0.
- [Release notes](https://github.com/goreleaser/fileglob/releases )
- [Changelog](https://github.com/goreleaser/fileglob/blob/main/.goreleaser.yml )
- [Commits](https://github.com/goreleaser/fileglob/compare/v1.2.0...v1.3.0 )
---
updated-dependencies:
- dependency-name: github.com/goreleaser/fileglob
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-02-11 23:17:13 -03:00
Carlos A Becker
3344ae3747
fix: go-crypto version
...
This fixes #2895 , the issue was introduced in v1.2,
when we for some reason updated this lib.
Tested this manually, and it does fixes things.
We should probably also sign our own things
to get these kind of issues soon in the future.
Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
2022-02-11 23:10:29 -03:00
Carlos A Becker
e3997f8802
feat: update go-github from v41 to v42
...
Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
2022-02-05 18:01:26 -03:00
Carlos A Becker
8f74c871bb
feat: update nfpm to v2.12.1
...
Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
2022-02-05 17:40:03 -03:00
Carlos Alexandro Becker
a5d3e7bf4b
feat: replace cobra with coral ( #2881 )
...
Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
2022-02-04 16:31:19 -03:00
Carlos Alexandro Becker
114c3a83e6
feat: upgrade nfpm to v2.12.0 ( #2882 )
...
Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
2022-02-04 15:51:42 -03:00
dependabot[bot]
9cc1bb1595
feat(deps): bump github.com/xanzy/go-gitlab from 0.54.3 to 0.54.4 ( #2874 )
...
Bumps [github.com/xanzy/go-gitlab](https://github.com/xanzy/go-gitlab ) from 0.54.3 to 0.54.4.
- [Release notes](https://github.com/xanzy/go-gitlab/releases )
- [Changelog](https://github.com/xanzy/go-gitlab/blob/master/releases_test.go )
- [Commits](https://github.com/xanzy/go-gitlab/compare/v0.54.3...v0.54.4 )
---
updated-dependencies:
- dependency-name: github.com/xanzy/go-gitlab
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-02-03 09:17:04 -03:00
dependabot[bot]
df09e16f6d
feat(deps): bump github.com/charmbracelet/keygen from 0.1.2 to 0.2.0 ( #2867 )
...
Bumps [github.com/charmbracelet/keygen](https://github.com/charmbracelet/keygen ) from 0.1.2 to 0.2.0.
- [Release notes](https://github.com/charmbracelet/keygen/releases )
- [Commits](https://github.com/charmbracelet/keygen/compare/v0.1.2...v0.2.0 )
---
updated-dependencies:
- dependency-name: github.com/charmbracelet/keygen
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-02-01 11:13:25 -03:00
Christian Muehlhaeuser
b7706b2fd8
feat: bump mango and adapt to changed API ( #2865 )
2022-01-31 23:44:25 -03:00
dependabot[bot]
8fc93a1fbd
feat(deps): bump github.com/xanzy/go-gitlab from 0.52.2 to 0.54.3 ( #2820 )
...
* feat(deps): bump github.com/xanzy/go-gitlab from 0.52.2 to 0.54.3
Bumps [github.com/xanzy/go-gitlab](https://github.com/xanzy/go-gitlab ) from 0.52.2 to 0.54.3.
- [Release notes](https://github.com/xanzy/go-gitlab/releases )
- [Changelog](https://github.com/xanzy/go-gitlab/blob/master/releases_test.go )
- [Commits](https://github.com/xanzy/go-gitlab/compare/v0.52.2...v0.54.3 )
---
updated-dependencies:
- dependency-name: github.com/xanzy/go-gitlab
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
* fix: changes
Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
* fix: filename
Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Carlos A Becker <caarlos0@gmail.com>
2022-01-30 14:22:17 -03:00
Carlos Alexandro Becker
b02bec962e
feat: arch user repository integration ( #2838 )
...
* feat: aur PKGBUILD integration
Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
* feat: guess install, improve formatting
Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
* fix: more deterministic
Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
* feat: binary releases, push, more tests
Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
* feat: accept key as text
Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
* feat: improvements
Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
* feat: srcinfo
Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
* fix: compile
Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
* fix: everything
Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
* fix: lint
Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
* feat: renames, docs, etc
Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
* docs: link to docs
Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
* fix: go mod tidy, title
Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
* fix: srcinfo tmpl
Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
* fix: missing close quote
Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
* fix: templates
Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
* fix: always defaults conflicts and provides
Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
* fix: ssh command
Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
* fix: maintainers can be a list
Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
* fix: ensure -bin suffix, more tests and docs
Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
* fix: this will never happen
Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
* fix: whitespaces
Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
* fix: goreleaser config
Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
2022-01-20 14:59:39 -03:00
Carlos Alexandro Becker
ae583453a7
feat: manpages ( #2837 )
...
* feat: manpages
Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
* fix: section
Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
* feat: use mango instead
Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
* fix: improvements
Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
* fix: unused
Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
2022-01-18 10:17:52 -03:00
dependabot[bot]
3d2042cbf4
feat(deps): bump github.com/dghubble/oauth1 from 0.7.0 to 0.7.1 ( #2832 )
...
Bumps [github.com/dghubble/oauth1](https://github.com/dghubble/oauth1 ) from 0.7.0 to 0.7.1.
- [Release notes](https://github.com/dghubble/oauth1/releases )
- [Changelog](https://github.com/dghubble/oauth1/blob/master/CHANGES.md )
- [Commits](https://github.com/dghubble/oauth1/compare/v0.7.0...v0.7.1 )
---
updated-dependencies:
- dependency-name: github.com/dghubble/oauth1
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-01-13 14:34:14 -03:00
Carlos Alexandro Becker
6c04acd3ab
fix: go install and go-reddit ( #2823 )
...
Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
2022-01-10 11:10:35 -03:00
dependabot[bot]
cd5e6d4578
feat(deps): bump code.gitea.io/sdk/gitea from 0.15.0 to 0.15.1 ( #2816 )
...
Bumps code.gitea.io/sdk/gitea from 0.15.0 to 0.15.1.
---
updated-dependencies:
- dependency-name: code.gitea.io/sdk/gitea
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-01-10 10:57:19 -03:00
dependabot[bot]
b9e9dd11ba
feat(deps): bump github.com/jarcoal/httpmock from 1.0.8 to 1.1.0 ( #2818 )
...
Bumps [github.com/jarcoal/httpmock](https://github.com/jarcoal/httpmock ) from 1.0.8 to 1.1.0.
- [Release notes](https://github.com/jarcoal/httpmock/releases )
- [Commits](https://github.com/jarcoal/httpmock/compare/v1.0.8...v1.1.0 )
---
updated-dependencies:
- dependency-name: github.com/jarcoal/httpmock
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-01-10 10:29:17 -03:00
dependabot[bot]
83e7cf9154
feat(deps): bump github.com/slack-go/slack from 0.10.0 to 0.10.1 ( #2819 )
...
Bumps [github.com/slack-go/slack](https://github.com/slack-go/slack ) from 0.10.0 to 0.10.1.
- [Release notes](https://github.com/slack-go/slack/releases )
- [Changelog](https://github.com/slack-go/slack/blob/master/CHANGELOG.md )
- [Commits](https://github.com/slack-go/slack/compare/v0.10.0...v0.10.1 )
---
updated-dependencies:
- dependency-name: github.com/slack-go/slack
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-01-10 10:29:04 -03:00
Carlos Alexandro Becker
493be086a0
feat(deps): update go-github to v41 ( #2793 )
...
Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
2022-01-06 15:34:36 -03:00
Carlos Alexandro Becker
dbc1aab3ed
feat(deps): update github.com/caarlos0/env/v6 from v6.8.0 to v6.9.1 ( #2799 )
...
Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
2022-01-06 15:34:05 -03:00
Carlos A Becker
ce3e3ed14e
fix: go-reddit/v2.0.1 was deleted
...
refs https://github.com/goreleaser/goreleaser/issues/2788#issuecomment-1003894554
Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
2022-01-03 09:13:01 -03:00
Carlos Alexandro Becker
c47b5d4ed7
fix: nfpm empty dirs ( #2796 )
...
closes #2792
Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
2021-12-29 16:12:23 -03:00
Carlos A Becker
2a340e9125
feat: update deps
...
Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
2021-12-21 00:03:48 -03:00
Carlos A Becker
1f98530c34
feat(deps): update nfpm
...
fixes #2721
Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
2021-12-20 23:28:30 -03:00
Carlos A Becker
1051f53409
feat(deps): update nfpm
...
Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
2021-11-28 11:29:13 -03:00
Carlos A Becker
f318be4529
feat: update nfpm to 2.9.2
2021-11-14 11:22:27 -03:00
Carlos Alexandro Becker
6528948217
feat: update nfpm ( #2640 )
...
* feat: update nfpm
* feat: update nfpm
* feat: update nfpm
* feat: update nfpm
* fix: dir type
* docs: dir
* docs: typo
* fix: race
* fix: race cond
2021-11-13 22:23:11 -03:00
Carlos A Becker
809a6da0f0
chore: go mod tidy
2021-10-29 14:02:33 -03:00
Patrick Hahn
e5a9e18050
feat(schema): add command that generates jsonschema ( #2589 )
...
* feat(schema): Add command that generates the jsonschema for .goreleaser.yml files
This commit adds the jsonschema/schema subcommand that generates a jsonschema doc based on the Project go struct.
For the config types that alternatively allow you to specify a string via custom UnmarshalYAML function, this commit adds the JSONSchemaType function, so the type gets documented with an oneOf with string or itself.
Add yaml key names for properties that are currently missing them, so alecthomas/jsonschema generates the keys with correct casing.
Signed-off-by: Patrick Hahn <patricksilashahn@gmx.net>
* fix: Add linguist-generated attribute to generated schema json to exclude this file from pull request size validation
Signed-off-by: Patrick Hahn <patricksilashahn@gmx.net>
* fix: run gofumpt
Signed-off-by: Patrick Hahn <patricksilashahn@gmx.net>
* chore(schema): update alecthomas/jsonschema and regenerate schema.json
Signed-off-by: Patrick Hahn <patricksilashahn@gmx.net>
2021-10-26 15:02:03 -03:00
Carlos Alexandro Becker
ae6814466e
feat(deps): upgrade go-github ( #2581 )
...
Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
2021-10-14 09:32:52 -03:00
Carlos A Becker
0f10a02cd0
chore: go mod tidy
...
Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
2021-10-08 21:39:53 -03:00
Pedro López Mareque
d32454e279
Add telegram announcer ( #2563 )
...
* feat: add telegram announcer
* chore: remove hooks and use the Send method of the bot API
* chore: add docs and default config
* chore: add docs and default config
* chore: fix tabs
* chore: add docs
* chore: fix pr comments
* chore: fix pr comments
* chore: fix pr comments
* chore: add missing links in docs
2021-10-07 13:01:31 +00:00
Batuhan Apaydın
afad409c76
feat: add SMTP support to the announces ( #2485 )
...
Signed-off-by: Batuhan Apaydın <batuhan.apaydin@trendyol.com>
Co-authored-with: Erkan Zileli <erkan.zileli@trendyol.com>
Co-authored-with: Furkan Turkal <furkan.turkal@trendyol.com>
2021-09-15 18:38:58 +00:00
Carlos Alexandro Becker
715b1c2d64
fix: go mod tidy
...
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2021-09-12 19:59:49 -03:00
Engin Diri
1c44c2149d
feat: announce: teams ( #2482 )
...
Signed-off-by: Engin Diri <engin.diri@mail.schwarz>
2021-09-12 19:57:58 -03:00
Engin Diri
311479504e
feat: announce: discord ( #2478 )
...
Signed-off-by: Engin Diri <engin.diri@mail.schwarz>
2021-09-11 17:23:54 +00:00
Carlos Alexandro Becker
8241a23e43
chore(deps): bump gocloud.dev from 0.23.0 to 0.24.0
...
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2021-09-10 23:41:28 -03:00
Carlos Alexandro Becker
077d349147
fix: downgrade go-reddit to 2.0.0
...
closes #2463
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2021-09-06 14:25:35 -03:00
Furkan Türkal
aa28f31ab5
feat: announce: slack ( #2429 )
...
Fixes #2425
Signed-off-by: Furkan <furkan.turkal@trendyol.com>
2021-09-01 16:46:25 -03:00
Batuhan Apaydın
d3db692a0b
feat: announce: reddit ( #2431 )
...
* feat: announce: reddit
Signed-off-by: Batuhan Apaydın <batuhan.apaydin@trendyol.com>
* Update .goreleaser.yml
* Update internal/pipe/announce/announce.go
* Update pkg/defaults/defaults.go
Co-authored-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
2021-08-31 10:48:45 -03:00
dependabot[bot]
5e906b25e3
chore(deps): bump github.com/caarlos0/env/v6 from 6.6.2 to 6.7.0 ( #2444 )
...
Bumps [github.com/caarlos0/env/v6](https://github.com/caarlos0/env ) from 6.6.2 to 6.7.0.
- [Release notes](https://github.com/caarlos0/env/releases )
- [Changelog](https://github.com/caarlos0/env/blob/master/.goreleaser.yml )
- [Commits](https://github.com/caarlos0/env/compare/v6.6.2...v6.7.0 )
---
updated-dependencies:
- dependency-name: github.com/caarlos0/env/v6
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-08-31 10:42:48 -03:00