1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-07-01 00:54:57 +02:00

1308 Commits

Author SHA1 Message Date
cc235d27a7 Update www/docs/customization/builds.md
Co-authored-by: Vedant Mohan Goyal <83997633+vedantmgoyal9@users.noreply.github.com>
2024-12-01 18:26:36 -03:00
0db0b75258 docs: update 2024-12-01 17:55:34 -03:00
112974e7e4 docs: clarify build.overrides
refs #5322
2024-11-29 15:08:15 -03:00
0357cfecc5 docs: improve a little bit 2024-11-29 13:06:52 -03:00
a23c9df16b docs: minor docs improvements (#5320)
- better styling
- short codes
- no 404 on unreleased `Since: ` block
2024-11-29 11:17:45 -03:00
8bc1130275 docs: more fixes 2024-11-29 02:02:55 -03:00
218beccdd4 docs: fix some broken URLs 2024-11-29 01:32:13 -03:00
e6a5a258c5 docs: fix shortcode 2024-11-29 00:17:45 -03:00
9fb8d5fab2 chore: update 2024-11-28 23:37:26 -03:00
77bbddf64b feat(announce): implement expected_status_codes for webhooks (#5317)
fixes #5316
2024-11-28 22:46:55 -03:00
09be848e1a feat(build): initial support for zig (#5312)
Continuing on #5308 and #5307, this finally adds Zig support to
GoReleaser!

Things are very raw still, plenty of use cases to test (please do test
on your project if you can), but it does work at least for simple
projects!

A release done by this:
https://github.com/goreleaser/example-zig/releases/tag/v0.1.0

---------

Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
2024-11-28 08:47:20 -03:00
b0a76aea59 chore: auto-update generated files 2024-11-28 11:37:11 +00:00
f247d7d38c feat(template): allow to use .Target (#5308)
This will also come in handy for multiple languages support (#5307).

---------

Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
2024-11-25 23:41:00 -03:00
9cf781ab74 docs: update actions
closes #5301
2024-11-23 16:22:35 -03:00
980ac87b3c chore: auto-update generated files 2024-11-22 17:30:59 +00:00
4b4facb4b2 chore: auto-update generated files 2024-11-18 11:43:33 +00:00
f6d9c44d98 chore: auto-update generated files 2024-11-18 02:25:18 +00:00
696bd71143 chore: update
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
2024-11-17 22:56:32 -03:00
9b3b1e4b06 docs: fix static/run script signature check on nightlies
closes #5290

Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
2024-11-17 12:31:50 -03:00
2bf08f11a6 ci: run build/test workflow on windows too (#5263)
Maybe 3rd time is the charm!

This makes the CI build run on windows too, and fix broken tests/featuers on Windows.

Most of the changes are related to ignoring certain tests on windows, or making sure to use the right path separators.

More work to do in the future, probably!

#4293

---------

Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
2024-11-16 10:30:39 -03:00
fac5e48c77 fix: URL escape tags in github, gitlab, and gitea (#5283)
refs #5282
2024-11-15 10:39:05 -03:00
82fd112f77 chore: auto-update generated files 2024-11-14 15:08:14 +00:00
885bcc090b fix(jsonschema): add custom JSONSchema type to umask (#5276) 2024-11-14 08:00:24 -03:00
befa144da9 docs: clarify some things about ko templates
refs #5247
2024-11-06 22:54:16 -03:00
699adf4fc5 fix: typo in JSON property for OpenCollective announce (#5251)
The PR corrects grammar mistake in the property name for
`OpenCollective` in the JSON schema.
2024-11-06 14:52:54 -03:00
2e8d84bb63 chore: auto-update generated files 2024-11-05 02:56:13 +00:00
cc4427f346 chore: auto-update generated files 2024-11-04 18:20:39 +00:00
973dde6879 docs: update deprecated config documentation (#5243)
This pull request updates the documentation to reflect changes in the
`goreleaser-action` version and modifies the `.goreleaser.yaml`
configuration for better clarity.

Documentation updates:

*
[`www/docs/errors/resource-not-accessible-by-integration.md`](diffhunk://#diff-165fd8d8fb477ae98173556cce7fbd52eb9c5fca03b713c7c8d59bc96e46fe50L32-R32):
Updated the `goreleaser-action` version from `v4` to `v6` in the
workflow file examples.
[[1]](diffhunk://#diff-165fd8d8fb477ae98173556cce7fbd52eb9c5fca03b713c7c8d59bc96e46fe50L32-R32)
[[2]](diffhunk://#diff-165fd8d8fb477ae98173556cce7fbd52eb9c5fca03b713c7c8d59bc96e46fe50L49-R49)

Configuration changes:

*
[`www/docs/errors/resource-not-accessible-by-integration.md`](diffhunk://#diff-165fd8d8fb477ae98173556cce7fbd52eb9c5fca03b713c7c8d59bc96e46fe50L63-R63):
Changed the `.goreleaser.yaml` configuration to use `repository` instead
of `tap` for specifying the brew repository.
2024-11-04 14:12:48 -03:00
79c6dd923f chore: auto-update generated files 2024-11-04 13:49:47 +00:00
23f35021ae docs: update
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
2024-11-04 09:07:44 -03:00
2a892f29aa docs: update 2024-11-04 09:06:38 -03:00
2cbb4303d3 chore: schema update
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
2024-11-04 08:59:50 -03:00
431b18f6ee docs: update builds 2024-11-04 08:31:53 -03:00
ad60dcaf1f docs: update
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
2024-11-03 13:58:42 -03:00
2f2ae3007a docs: update
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
2024-11-03 13:36:31 -03:00
e185a4cb23 docs: fix announcement
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
2024-11-03 13:10:14 -03:00
0639bdb965 chore: auto-update generated files 2024-11-02 18:50:54 +00:00
1b1a2be4c8 chore: auto-update generated files 2024-11-02 18:20:48 +00:00
a2c63b539b docs: announcement
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
2024-11-02 15:19:14 -03:00
d722aac36b feat(ko): support annotations and user (#5227)
Add support for the newly added annotations and user options in [ko
v0.17.0](https://github.com/ko-build/ko/releases/tag/v0.17.0)
2024-10-27 16:01:09 -03:00
ca5ad8c5ed docs: update
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
2024-10-26 14:06:55 -03:00
636a14721b docs: update schema
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
2024-10-26 11:03:02 -03:00
248c7fcb5f docs: update
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
2024-10-16 01:22:12 -03:00
24c6060050 fix: standardize .Ext to always have the preceding . (#5207)
historically this is kind of a mess, some places set the prefixed ext
(e.g. `.exe`) others don't (e.g. `msi`)

this standardize it to have the preceding `.`

also makes `ByExt` works with or without it so it doesn't break anyone's
config.

Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
2024-10-15 14:57:27 -03:00
7f50679c4b docs: update 2024-10-14 23:50:45 -03:00
a93f40b8cf docs: fix 2024-10-14 14:25:47 -03:00
4b91ae3589 docs: update 2024-10-14 11:30:16 -03:00
205b346215 chore(docs): update schema
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
2024-10-14 10:06:27 -03:00
d583861e06 feat(build): add GO386, GOMIPS64, GORISCV64, and GOPPC64 support (#5186)
continuing the work of #5153

closes #5153

---------

Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
Co-authored-by: 世界 <i@sekai.icu>
2024-10-14 09:40:10 -03:00
d2469666b8 docs: experiment version 2024-09-27 13:32:48 -03:00