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

42 Commits

Author SHA1 Message Date
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
2a892f29aa docs: update 2024-11-04 09:06:38 -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
a2c63b539b docs: announcement
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
2024-11-02 15:19:14 -03:00
c08d7cd9ad docs: correct spelling errors in documentation (#5149)
## Description

Corrected some spelling errors in the `www/docs/install.md` and
`www/docs/blog/posts/2024-09-12-v2.3.md` .

Signed-off-by: Ruihua Wen <spiffyeight77@gmail.com>
2024-09-23 09:05:36 -03:00
586ce73ddb docs: announce v2.3 (#5134)
prepping
2024-09-12 16:47:02 -03:00
a9f07ef2ea docs: fix wrong links 2024-09-12 14:26:40 -03:00
06e37acae7 docs: announce v2.2 2024-08-14 23:45:12 -03:00
379edd4532 docs: v2.1 announcement (#4987)
gonna release it in the weekend I think

---------

Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
2024-07-13 15:12:03 -03:00
f588b07adc docs: added the missing deprecation notices deep link to v2 section (#4922)
Added the missing deprecation notices deep link to v2 section.

> If you keep up with the [deprecation notices][notices], it's likely
you don't need to do anything.

_<https://goreleaser.com/blog/goreleaser-v2/#upgrading>_
2024-06-09 19:31:41 -03:00
d824262135 docs: update 2024-06-04 22:25:35 -03:00
f9e283d8c4 docs: fix more comment 2024-06-04 22:17:28 -03:00
9b96bf37f3 docs: fix link 2024-06-04 22:15:47 -03:00
4074c457ac docs: announce v2 2024-06-04 22:09:10 -03:00
ba7e915cd8 docs: announce v1.26 (#4851)
planning the releaser for saturday!

---------

Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
2024-05-11 14:21:51 -03:00
eba43c289e chore: fix some comments (#4769)
fix some comments

Signed-off-by: lvyaoting <lvyaoting@outlook.com>
2024-04-08 10:08:09 -03:00
f6615b138b docs: fix typos (#4764)
This PR corrects grammar mistakes in documentation:

- artefacts -> artifacts
- Dockefile -> Dockerfile
- compliation -> compilation
- gorleaser -> goreleaser
- repositores -> repositories
- succesfull -> successful
2024-04-07 23:04:15 -03:00
d972be9704 docs: announce v1.25
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
2024-04-02 23:38:10 -03:00
e539e1256c docs: fix broken links 2024-03-16 11:36:01 -03:00
df3e799bec docs(blog): fix broken link (#4704) 2024-03-15 20:29:37 -03:00
ec8819a95c docs: update 2024-02-05 21:43:44 -03:00
12fe252827 docs: fix link
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
2024-02-05 10:18:26 -03:00
00c2ff7337 docs: announce v1.24 (#4602)
v1.24 announcement, release planned for tomorrow.
This also includes the updated docs generated from goreleaser pro source
code.

---------

Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
2024-02-05 09:18:01 -03:00
87aa3b6251 docs(blog): fixed backlinks, imported last post
refs #3503

Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
2024-02-04 17:36:45 -03:00
29d55a74f8 docs(blog): import more posts
refs #3503

Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
2024-02-04 17:23:04 -03:00
5bff6168f6 docs(blog): import more posts (#4544)
refs #3503

importing using `mediumexporter` and fixing up manually what's wrong.

---------

Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
2024-01-16 08:33:16 -03:00
66b3daa8d7 docs: announce v1.23.0
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
2023-12-26 13:24:16 -03:00
522ab11bf3 docs: fix broken link 2023-12-17 14:53:08 -03:00
7e481967b3 docs: update users, blog posts divider 2023-12-04 13:51:23 -03:00
b149223223 feat(docs): Update command in SLSA verification blog post (#4420)
Great blog post! I added it to the documentation of the
https://github.com/slsa-framework/slsa-github-generator :)

This PR fixes the command to verify SLSA provenance in the blog post
https://goreleaser.com/blog/slsa-generation-for-your-artifacts/.

The verification for binary artifacts is correct.

The verification for container images is incorrect:
- The command verifies the identity of the builder only, but it should
also verify the source repository
- The command does not verify the release version, which _may_ allows an
attacker to perform a downgrade attack. (not a super big deal, but still
useful to close this gap if the image was built on a tag trigger)

This follows the same steps on argoCD's documentation
https://argo-cd.readthedocs.io/en/stable/operator-manual/signed-release-assets/#verification-of-container-image-with-slsa-attestations

Thanks!

---------

Signed-off-by: laurentsimon <laurentsimon@google.com>
2023-11-13 12:35:44 -03:00
6b65ea5ca1 docs: update
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
2023-11-07 00:39:45 +00:00
a932dd85de SLSA Provenance generation blog post (#4361)
kindly ping @Dentrax

Signed-off-by: Batuhan Apaydin <batuhan.apaydin@chainguard.dev>
2023-10-11 09:41:49 -03:00
85e1458d6c docs: release cadence post (#4329)
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
2023-09-27 14:06:37 -03:00
74b226db47 docs: reword
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
2023-09-24 19:04:07 +00:00
800ee694f6 docs: update announcement blog post 2023-09-23 05:31:42 +00:00
e194d4cfca docs: draft 1.21 announcement (#4310)
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
2023-09-23 00:50:05 -03:00
027ddd3b17 docs: fix broken links 2023-09-15 01:06:58 +00:00
3633b71eea docs: fix some broken links (#4295)
fixes some bad links.

Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
2023-09-14 21:54:55 -03:00
f62adf23ff docs: blog (#4264)
Starting to move the blog from medium to mkdocs!

closes #3503

---------

Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
2023-09-14 13:53:40 -03:00