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

3266 Commits

Author SHA1 Message Date
Carlos A Becker
cf73ede932
refactor: improve changelog code 2021-11-06 16:58:07 -03:00
Carlos Alexandro Becker
a2ba9cb8fa
refactor: release url (#2637)
* refactor: release url

* chore: fmt

* chore: less diffs

* docs: lowercase everything

* chore: improve fmt

* chore: revert
2021-11-06 16:54:01 -03:00
Carlos A Becker
1b775c541c
docs: fix announce default urls 2021-11-06 16:49:33 -03:00
Carlos A Becker
8ca5009268
fix: discord default url 2021-11-06 16:49:23 -03:00
Carlos A Becker
c9991ad9ab
chore: fmt 2021-11-06 16:49:11 -03:00
Carlos A Becker
a7b929a403
docs: improve templates.md 2021-11-06 16:44:59 -03:00
Carlos A Becker
a35264a294
docs: update users 2021-11-06 16:40:09 -03:00
Carlos A Becker
b7d9e12249
fix: htmltest 2021-11-06 16:39:38 -03:00
Carlos A Becker
012c9fcb05 test: add more prerelease.auto tests 2021-11-06 15:58:40 -03:00
Batuhan Apaydın
b99ccc029c
feat: add message template support for git providers (#2626)
* feat: add message template support for git providers

Co-authored-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
Signed-off-by: Batuhan Apaydın <batuhan.apaydin@trendyol.com>
Co-authored-by: Furkan Türkal <furkan.turkal@trendyol.com>
Co-authored-by: Erkan Zileli <erkan.zileli@trendyol.com>
Signed-off-by: Batuhan Apaydın <batuhan.apaydin@trendyol.com>

* Apply suggestions from code review

Co-authored-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
Co-authored-by: Furkan Türkal <furkan.turkal@trendyol.com>
Co-authored-by: Erkan Zileli <erkan.zileli@trendyol.com>
2021-11-06 15:39:43 -03:00
Carlos Alexandro Becker
143b955f1b
refactor: improve release defaults (#2627) 2021-11-06 15:33:18 -03:00
Erkan Zileli
81c53073a4
feat(ci): add cosign public key to releases (#2636)
Signed-off-by: Erkan Zileli <erkan.zileli@trendyol.com>
Co-authored-by: Batuhan Apaydın <batuhan.apaydin@trendyol.com>
Co-authored-by: Furkan Turkal <furkan.turkal@trendyol.com>

Co-authored-by: Batuhan Apaydın <batuhan.apaydin@trendyol.com>
Co-authored-by: Furkan Turkal <furkan.turkal@trendyol.com>
2021-11-05 17:10:38 -03:00
Carlos A Becker
1e718d2db0
Revert "fix: armv7 on linux is usually armv7l"
This reverts commit d7e1bcc1f0.
2021-11-05 14:49:43 -03:00
dependabot[bot]
a94e28b77c
feat(deps): bump golang from 1.17.2-alpine to 1.17.3-alpine (#2632)
Bumps golang from 1.17.2-alpine to 1.17.3-alpine.

---
updated-dependencies:
- dependency-name: golang
  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>
2021-11-05 10:47:42 -03:00
Engin Diri
f049015685
docs: add GoReleaser Extensions for Azure DevOps to docs (#2634)
Signed-off-by: Engin Diri <engin.diri@mail.schwarz>
2021-11-05 10:47:06 -03:00
Marc Auberer
a5d9254b86
docs: Add Compose Generator to list of users (#2631)
* docs: Add Compose Generator to list of users

* Update www/docs/users.md

Co-authored-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
2021-11-04 21:21:18 -03:00
caarlos0
b076991185 docs: update 2021-11-04 13:35:50 +00:00
Niels Hofmans
a497fdd479
chore: add iron security ref (#2630) 2021-11-04 10:35:28 -03:00
dependabot[bot]
1dae601df5
feat(deps): bump sigstore/cosign-installer from 1.2.1 to 1.3.0 (#2629)
Bumps [sigstore/cosign-installer](https://github.com/sigstore/cosign-installer) from 1.2.1 to 1.3.0.
- [Release notes](https://github.com/sigstore/cosign-installer/releases)
- [Commits](https://github.com/sigstore/cosign-installer/compare/v1.2.1...v1.3.0)

---
updated-dependencies:
- dependency-name: sigstore/cosign-installer
  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-11-04 09:26:43 -03:00
caarlos0
47d0e82743 docs: update 2021-11-03 00:32:13 +00:00
Carlos A Becker
d7c79d0827
chore: use PAT 2021-11-02 21:31:53 -03:00
Carlos A Becker
f68ddf2261
chore(ci): auto-update docs 2021-11-02 21:21:46 -03:00
Furkan Türkal
8e89e3fde3
fix: remove .git suffix by default from announcers (#2623)
* fix: remove .git suffix by default from announcers

Fixes #2622

Signed-off-by: Furkan <furkan.turkal@trendyol.com>
Co-authored-by: Batuhan <batuhan.apaydin@trendyol.com>
Co-authored-by: Erkan <erkan.zileli@trendyol.com>

* feat(doc): update defaults

Signed-off-by: Erkan Zileli <erkan.zileli@trendyol.com>
Co-authored-by: Batuhan <batuhan.apaydin@trendyol.com>
Co-authored-by: Furkan <furkan.turkal@trendyol.com>

Co-authored-by: Batuhan <batuhan.apaydin@trendyol.com>
Co-authored-by: Erkan <erkan.zileli@trendyol.com>
2021-11-02 20:03:23 -03:00
Tom Payne
b1a0f35b14
feat(source): add prefix_template option (#2620) 2021-11-02 19:57:20 -03:00
Jason Birchall
36872ddef5
docs: Add Ministry of Justice UK to list of users (#2624) 2021-11-02 19:55:19 -03:00
Carlos Alexandro Becker
01fa7a6827
refactor: organize config a bit (#2619)
* refactor: organize config a bit

* test: fix
2021-11-01 09:31:43 -03:00
Carlos A Becker
5dc82f78da
docs: add charm to users 2021-10-30 15:14:33 -03:00
Carlos A Becker
c6dbd1f36a
docs: fix fury.io link 2021-10-30 09:59:18 -03:00
Carlos A Becker
2be6f399bf
docs: improve search
fixes #2616
2021-10-30 09:50:23 -03:00
Carlos A Becker
a875ac8c70
docs: improvign docs and search
refs #2616
2021-10-30 09:43:54 -03:00
Carlos A Becker
968a89cd1b
Merge remote-tracking branch 'origin/master' 2021-10-30 09:31:42 -03:00
Carlos A Becker
cb29c1ea27
chore(ci): run docs build only when changing docs 2021-10-30 09:27:05 -03:00
Maxence Maireaux
cd6da5c3e9
docs: add Numary is USERS.md (#2614)
Co-authored-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
2021-10-30 09:24:23 -03:00
Carlos A Becker
6d532d04c9
chore(ci): htmltest ignore pkgs url that eventually 404 2021-10-30 09:23:27 -03:00
Carlos Alexandro Becker
bc89397672
chore(ci): remove auto-assign
this mostly doesn't work anyway
2021-10-30 09:22:05 -03:00
Bjørn Erik Pedersen
3149ee2b2e
docs: add Hugo to USERS.md (#2615) 2021-10-30 09:21:35 -03:00
Carlos A Becker
26ce946223
docs: fix pro jsonschema 2021-10-30 09:12:13 -03:00
Carlos Alexandro Becker
83ea8c71ad
docs: adds totvslabs to the list of users 2021-10-29 17:53:35 -03:00
Engin Diri
b6a46737c0
docs: add USERS.md to track users of goreleaser (#2613)
Signed-off-by: Engin Diri <engin.diri@mail.schwarz>
2021-10-29 17:52:27 -03:00
Carlos A Becker
c9c285583c
docs: fix jsonschema links 2021-10-29 14:03:29 -03:00
Carlos A Becker
809a6da0f0
chore: go mod tidy 2021-10-29 14:02:33 -03:00
Carlos A Becker
679ed3b7c9
docs: improve universal binaries docs
closes #2579
2021-10-26 23:10:49 -03:00
Carlos A Becker
299d9bc273
docs: fix contributing link 2021-10-26 23:10:09 -03:00
Carlos A Becker
48d774970c
fix: add debug log for changelog file load
refs #2601
2021-10-26 23:05:25 -03:00
Carlos A Becker
5de2a8bb86
fix: goreleaser should conflict with goreleaser-pro 2021-10-26 23:04:59 -03:00
Carlos Alexandro Becker
cca001b70b
docs: new art (#2607) 2021-10-26 22:41:33 -03:00
Carlos A Becker
163afac53c
docs: update with jsonschema 2021-10-26 15:15:26 -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 A Becker
6d18600d73
chore: create mailmap 2021-10-26 14:54:34 -03:00
Carlos A Becker
6d8d21524d
chore: create mailmap 2021-10-26 14:54:05 -03:00