Josh Ghiloni
de72cab5d9
feat(announce): add BlueSky support ( #4779 )
...
<!--
Hi, thanks for contributing!
Please make sure you read our CONTRIBUTING guide.
Also, add tests and the respective documentation changes as well.
-->
<!-- If applied, this commit will... -->
If applied, this commit will allow users to create BlueSky posts
(skeets) about their Goreleaser-built projects
<!-- Why is this change being made? -->
Because I wanted to post to BlueSky when projects I work on relating to
BlueSky are built!
<!-- # Provide links to any relevant tickets, URLs or other resources
-->
Example post made during unit testing (requires an account to see):
https://bsky.app/profile/jaygles.bsky.social/post/3kpv573c2pc2k
---------
Co-authored-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
2024-04-22 23:15:26 -03:00
Carlos Alexandro Becker
3cd2e07c68
feat: notarize macos binaries ( #4774 )
...
this includes anchore/quill as a pipe to sign and notarize macos
binaries
TODO:
- [x] find a way to test this
- [x] docs
- [x] maybe get someone from anchore to take a look?
---------
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
2024-04-19 22:27:50 -03:00
Stepan Rabotkin
56e0f79473
fix(telegram): mdv2escape ProjectName by default ( #4784 )
...
This pull request fix case when ProjectName contains any not escaped
symbols
2024-04-15 07:57:45 -03:00
Carlos Alexandro Becker
60a1cccf57
feat: isEnvSet tmpl function ( #4775 )
...
useful for conditionally enable/disable things based on whether an env
var is set or not
2024-04-12 11:09:18 -03:00
Carlos Tadeu Panato Junior
780a3a40d9
fix: update SBOM generation to add .json as file type ( #4781 )
...
- add the file type in the end of the sbom generated file
- fix wrong value attribution in the doc example
---------
Signed-off-by: cpanato <ctadeu@gmail.com>
2024-04-12 11:04:55 -03:00
lvyaoting
eba43c289e
chore: fix some comments ( #4769 )
...
fix some comments
Signed-off-by: lvyaoting <lvyaoting@outlook.com>
2024-04-08 10:08:09 -03:00
John Maguire
7468cf8556
docs: update dirty.md deprecated syntax ( #4766 )
...
<!--
Hi, thanks for contributing!
Please make sure you read our CONTRIBUTING guide.
Also, add tests and the respective documentation changes as well.
-->
<!-- If applied, this commit will... -->
Change `--skip-validate` in a doc file to `--skip=validate`.
<!-- Why is this change being made? -->
Running the command with `--skip-validate` produces the following
warning:
> • DEPRECATED: --skip-validate was deprecated in favor of
--skip=validate, check https://goreleaser.com/deprecations#-skip for
more details
<!-- # Provide links to any relevant tickets, URLs or other resources
-->
2024-04-07 23:05:46 -03:00
Oleksandr Redko
9b3f514449
docs: description for chocolateys.package_source_url ( #4763 )
...
Adds missing description for the `package_source_url` option when
building Chocolatey packages.
This option is present in the config and nuspec:
-
826438b865/pkg/config/config.go (L1428)
-
826438b865/internal/pipe/chocolatey/nuspec.go (L25)
See also
https://docs.chocolatey.org/en-us/guides/create/create-config-package#creating-a-configuration-package
and
https://docs.chocolatey.org/en-us/community-repository/moderation/package-validator/rules/cpmr0040#reasoning .
2024-04-07 23:05:07 -03:00
Oleksandr Redko
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
actions-user
2b1fa09a07
chore: auto-update generated files
2024-04-04 02:29:32 +00:00
Jo
6a7a9ba399
docs: fix deprecation typos ( #4750 )
...
The Before part should be "folder"
2024-04-03 22:51:35 -03:00
Carlos Alexandro Becker
0ff94f13e4
fix: properly skip docker builds of skipped builds ( #4747 )
...
refs https://github.com/orgs/goreleaser/discussions/4469 closes
https://github.com/goreleaser/goreleaser/issues/4746
Also made the error better, and added more details to the docs.
2024-04-03 13:52:07 -03:00
Carlos Alexandro Becker
d972be9704
docs: announce v1.25
...
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
2024-04-02 23:38:10 -03:00
actions-user
b9dc6dfe1a
chore: auto-update generated files
2024-04-03 02:35:12 +00:00
Randy Fay
6353982e33
docs: Minor edits to 'dockerhub' ( #4740 )
...
Minor edits to the `dockerhub` docs.
Thanks for all your [help getting this
going](https://discord.com/channels/890434333251362866/1223342596231925852/1223342596231925852 )
I note that you already updated a number of things. Here are just a
couple more edits.
Thanks for the great work!
2024-04-02 13:49:56 -03:00
Carlos Alexandro Becker
2c892be4f8
docs: update contributing
...
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
2024-04-01 15:42:00 -03:00
Bartek Pacia
8d3cd4cef6
fix: run
not being truly POSIX-compliant ( #4739 )
...
I'm sorry, but my previous PR #4736 contained a mistake and the script
wasn't truly POSIX compliant.
With this PR I fix that mistake.
See relevant shellcheck warning: https://www.shellcheck.net/wiki/SC3010
2024-04-01 14:08:58 -03:00
Carlos Alexandro Becker
fa431f313d
docs: update docs
2024-04-01 10:26:09 -03:00
Carlos Alexandro Becker
7fc93995b8
feat: consistently use directory in property names ( #4737 )
...
It was a mess of "folder" x "directory", so changed it all to
"directory".
Closes #4732
2024-04-01 10:01:56 -03:00
Bartek Pacia
5a8b6d41fb
fix: convert run
install script to pure POSIX sh ( #4736 )
...
The changes are minimal and the benefit is quite nice – this script can
now be used to install GoReleaser on e.g. Alpine Linux without `bash`.
`shellcheck run` and `shfmt run` both report no warnings/errors.
2024-03-31 19:48:38 -03:00
Carlos Alexandro Becker
26c003a076
docs: dockerhub singular
...
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
2024-03-29 21:22:49 -03:00
Randy Fay
79aa2fc319
docs: fix typo username in dockerhubs example ( #4733 )
...
<!-- If applied, this commit will... -->
Fix typo in dockerhubs example
<!-- Why is this change being made? -->
fix typo
<!-- # Provide links to any relevant tickets, URLs or other resources
-->
...
2024-03-29 17:36:34 -03:00
Carlos Alexandro Becker
1db9347363
feat(archives): format override to 'none' to skip certain goos ( #4730 )
...
closes #4644
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
2024-03-29 16:20:05 -03:00
Hugo Hromic
f0abada909
docs: fix default for build.id
attribute ( #4734 )
...
Fixes #4731
2024-03-29 16:19:32 -03:00
Carlos Alexandro Becker
e35473423d
docs: fix dockerhub missing images property
...
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
2024-03-29 15:54:47 -03:00
Carlos Alexandro Becker
8cd325eb5a
fix: support dir in gomod ( #4729 )
...
closes https://github.com/orgs/goreleaser/discussions/4728
2024-03-29 10:27:33 -03:00
Carlos Alexandro Becker
2498ea7029
feat: add metadata to the release ( #4714 )
...
this will create a metadata artifact and allow to add them to the
release.
closes #4669
closes #4682
---------
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
2024-03-26 23:41:41 -03:00
Carlos Alexandro Becker
3687c097cd
feat(winget): sync fork before opening PR
...
closes https://github.com/goreleaser/goreleaser/issues/4720
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
2024-03-26 23:34:15 -03:00
Carlos Alexandro Becker
5256f063d0
docs: update github action
...
refs https://github.com/goreleaser/goreleaser-action/issues/453
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
2024-03-25 09:58:18 -03:00
Carlos Alexandro Becker
6e0f426339
feat: allow to delete existing artifacts in the release ( #4711 )
...
closes #4692
2024-03-19 23:25:42 -03:00
Carlos Alexandro Becker
72a0d9d29f
docs: update users.md
...
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
2024-03-18 09:21:59 -03:00
Carlos Alexandro Becker
5073bd1a5f
docs: update
...
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
2024-03-17 21:39:13 -03:00
Carlos Alexandro Becker
54ee014b50
feat: checksums.split ( #4707 )
...
closes #4618
closes #4641
---------
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
2024-03-17 15:16:50 -03:00
Carlos Alexandro Becker
e539e1256c
docs: fix broken links
2024-03-16 11:36:01 -03:00
Oleksandr Redko
df3e799bec
docs(blog): fix broken link ( #4704 )
2024-03-15 20:29:37 -03:00
Carlos Alexandro Becker
b728f52f68
docs: update sign docs
...
refs https://github.com/orgs/goreleaser/discussions/4702
2024-03-15 13:16:57 -03:00
Carlos Alexandro Becker
6262ce5433
docs: update nix.md
2024-03-12 10:02:20 -03:00
Carlos Alexandro Becker
85f213c9da
docs: clarify changelog sorting
...
refs https://github.com/goreleaser/goreleaser/issues/4642
2024-03-08 13:58:02 -03:00
Carlos Alexandro Becker
b31a2acde9
docs: update users
...
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
2024-03-03 12:27:41 -03:00
Carlos Alexandro Becker
84e214a809
docs: update
2024-03-03 12:12:10 -03:00
Carlos Alexandro Becker
1a9d3f72c6
docs: update
...
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
2024-03-03 11:13:18 -03:00
Carlos Alexandro Becker
1f39bddcb3
docs: update
2024-03-03 10:53:17 -03:00
Jeffrey Cafferata
7baf594a13
docs: sort the GoReleaser configuration YAML code examples ( #4652 )
...
I have sorted the GoReleaser configuration YAML code examples as
follows:
```yaml
# This feature is only available in GoReleaser Pro.
# Since: v1.17 (pro)
# Default: .
# Templates: allowed
# Required
```
2024-02-27 09:56:24 -03:00
Carlos Alexandro Becker
4d2bcfdc46
feat(brew): allow to set headers in the url ( #4648 )
...
closes #4647
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
2024-02-26 17:22:12 -03:00
Carlos Alexandro Becker
0f34ce6d9f
docs: updates
2024-02-20 22:27:42 -03:00
Kirill Nikolaev
ef90821ee7
feat(pipe/release): Mark GitHub releases as non-draft only after all artifacts are uploaded. ( #4626 )
...
Previously end-users would see missing artifacts if trying to use latest
version while artifacts are being uploaded.
This currently applies only to GitHub releases. GitLab does not support
drafts, and I don't dare to make the change for Gitea since I don't use
it (and can't test easily).
---------
Co-authored-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
2024-02-19 12:50:47 +00:00
Carlos Alexandro Becker
42d2db2021
feat(nfpm): compression, fields, and predends on debs ( #4632 )
...
refs #4630
<!--
Hi, thanks for contributing!
Please make sure you read our CONTRIBUTING guide.
Also, add tests and the respective documentation changes as well.
-->
<!-- If applied, this commit will... -->
...
<!-- Why is this change being made? -->
...
<!-- # Provide links to any relevant tickets, URLs or other resources
-->
...
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
2024-02-19 08:51:36 -03:00
Carlos Alexandro Becker
d9e9e82ca7
feat(nfpm): also allow $NFPM_PASSPHRASE ( #4633 )
...
refs #4630
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
2024-02-19 08:51:30 -03:00
David Dymko
fd24a00e47
docs: bump setup-go version ( #4638 )
...
<!--
Hi, thanks for contributing!
Please make sure you read our CONTRIBUTING guide.
Also, add tests and the respective documentation changes as well.
-->
<!-- If applied, this commit will... -->
This commit updates the GitHub Actions GoReleaser example by upgrading
setup-go from version 4 to version 5. Additionally, it includes cleanup
of the tables to address linting issues that flagged them as
"incorrect".
<!-- Why is this change being made? -->
I updated the setup-go version in the GitHub Actions GoReleaser example
because right after I committed the exampled dependabot flagged the old
version as outdated and suggested an update. I figured it'd be simple to
just bump up the version to keep things current.
<!-- # Provide links to any relevant tickets, URLs or other resources
-->
...
2024-02-19 08:43:37 -03:00
Carlos Alexandro Becker
554ca5f3e0
fix(build): buildmode: pie ( #4631 )
...
closes #4629
2024-02-13 12:41:18 -03:00
Carlos Alexandro Becker
b33f14c0fa
fix: better universalbinary message ( #4627 )
...
<!--
Hi, thanks for contributing!
Please make sure you read our CONTRIBUTING guide.
Also, add tests and the respective documentation changes as well.
-->
<!-- If applied, this commit will... -->
...
<!-- Why is this change being made? -->
...
<!-- # Provide links to any relevant tickets, URLs or other resources
-->
...
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
2024-02-12 22:36:21 -03:00
Carlos Alexandro Becker
e43604f4a0
feat: use go 1.22 ( #4614 )
...
- use go 1.22
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
2024-02-09 09:57:38 -03:00
Carlos Alexandro Becker
ec8819a95c
docs: update
2024-02-05 21:43:44 -03:00
Carlos Alexandro Becker
099345f167
ci: do not include nightly in releases.json
...
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
2024-02-05 10:19:33 -03:00
Carlos Alexandro Becker
12fe252827
docs: fix link
...
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
2024-02-05 10:18:26 -03:00
actions-user
4f2dc3c569
chore: docs auto-update
2024-02-05 12:39:29 +00:00
Carlos Alexandro Becker
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
Carlos Alexandro Becker
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
Carlos Alexandro Becker
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
Carlos Alexandro Becker
f62e94528f
docs: format
2024-02-01 22:53:16 -03:00
Carlos Alexandro Becker
46c639bc8b
docs: update gitlab docs
...
closes #4474
2024-02-01 22:52:40 -03:00
Carlos Alexandro Becker
b294759d95
feat(nfpm): add .Format tmpl var
...
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
2024-01-31 07:31:21 -03:00
Carlos Alexandro Becker
765d534c2e
feat(nfpm): support libraries ( #4587 )
...
This adds `nfpm.libdirs` to allow to set where to put libraries built,
as well as include them in the search for artifacts when building the
package.
closes #4346
---
PS: I'm not sure about the default dirs, let me know what you think!
---------
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
2024-01-31 07:26:25 -03:00
Carlos Alexandro Becker
a4ecc87986
docs: update users.md
...
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
2024-01-29 10:13:17 -03:00
Carlos Alexandro Becker
dd365c2f23
docs: github changeloger needs tags to be pushed
...
refs https://github.com/orgs/goreleaser/discussions/4580
2024-01-29 10:03:44 -03:00
Jo
c8c7e3e78a
docs: fix description of AUR directory parameter ( #4581 )
2024-01-27 08:49:36 -03:00
Carlos Alexandro Becker
2489da3a96
docs: update continue --dist docs
...
closes #4551
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
2024-01-21 22:16:05 -03:00
Carlos Alexandro Becker
1ba3138c67
feat(tmpl): .GitTreeState and .IsGitClean
...
Avoids having too much template if blocks inside the configuration file.
2024-01-18 08:07:38 -03:00
Carlos Alexandro Becker
d15dab3a79
docs: little formatting improvements
2024-01-17 09:33:58 -03:00
Carlos Alexandro Becker
5d44ed14fd
feat(tmpl): contains
...
closes https://github.com/orgs/goreleaser/discussions/4548
2024-01-17 08:52:51 -03:00
Carlos Alexandro Becker
87a237066f
docs: update
...
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
2024-01-17 08:35:28 -03:00
Carlos Alexandro Becker
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
Ethan Zimbelman
1feae08de7
docs: fix typo in link to nightly releases
2024-01-15 08:49:11 -03:00
Carlos Alexandro Becker
29f30b623e
feat: deprecated changelog.skip in favor of changelog.disable
...
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
2024-01-14 15:57:44 -03:00
Carlos Alexandro Becker
e41178cf51
docs: add more details to the gon integration
...
refs #4493
2024-01-14 15:33:34 -03:00
Cédric Fabianski
136b4d5438
docs: update gon link
2024-01-14 15:29:42 -03:00
Carlos Alexandro Becker
325cea7277
docs: update
...
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
2024-01-14 15:27:28 -03:00
Carlos Alexandro Becker
24722b0a6a
docs: update
2024-01-09 15:04:44 -03:00
Carlos Alexandro Becker
9e02a144ca
docs: document nightly oss install options
2024-01-09 15:04:44 -03:00
Carlos Alexandro Becker
afd841043a
docs(blob): update
2024-01-09 09:13:08 -03:00
Carlos Alexandro Becker
a342f027d7
feat(blob): content disposition
...
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
2024-01-09 09:13:08 -03:00
Carlos Alexandro Becker
be92144915
docs: update deprecations page
2024-01-09 09:13:08 -03:00
Carlos Alexandro Becker
0f57398745
feat(blob): deprecate kmskey
2024-01-09 09:13:08 -03:00
Carlos Alexandro Becker
88ebab066d
feat(blob): cache_control
...
Co-authored-by: Carlos Henrique Guardão Gandarez <gandarez@gmail.com>
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
2024-01-09 09:13:08 -03:00
Carlos Alexandro Becker
189aa15101
feat(blob): acl support for s3
...
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
Co-authored-by: warjiang <1096409085@qq.com>
2024-01-09 09:13:08 -03:00
Carlos Alexandro Becker
e800061e86
feat(blob): allow to customize whether to force path style
...
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
Co-authored-by: warjiang <1096409085@qq.com>
2024-01-09 09:13:08 -03:00
Carlos Alexandro Becker
50402270ab
feat(blob): deprecate disableSSL
...
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
2024-01-09 09:13:08 -03:00
Carlos Alexandro Becker
e56ec30a80
chore(pro): schema update
...
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
2024-01-06 13:01:02 -03:00
Carlos Alexandro Becker
0becc41508
fix(winget): schema
...
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
2024-01-04 22:43:02 -03:00
Jeffrey Cafferata
75c23abdca
docs: GitHub Actions code example ( #4516 )
...
I've changed the GitHub Action workflow code example to be more inline
with the code example on the GitHub repository:
1. https://goreleaser.com/ci/actions/#workflow
2.
https://github.com/goreleaser/goreleaser-action?tab=readme-ov-file#workflow
This is done by four commits for better code/git diff:
1.
7f6d9eefff
Changed the GitHub action workflow from `actions/checkout@v3` to
`actions/checkout@v4`.
Copying from the code example on the GitHub repository
`goreleaser/goreleaser-action`:
1.
effc880f3d
The `name` items
2.
9d7fc2949e
The comments
3.
3118f60fb0
The workflow trigger `on`: `pull_request`
2024-01-04 09:21:15 -03:00
Carlos Alexandro Becker
424fc6cf62
chore: update schema
...
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
2023-12-31 14:47:58 -03:00
Carlos Alexandro Becker
9ce21d3b95
fix: invalid jsonschema
...
closes https://github.com/goreleaser/goreleaser/issues/4511
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
2023-12-31 14:43:39 -03:00
Carlos Alexandro Becker
1134f9b40a
docs: update run script
...
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
2023-12-26 13:24:31 -03:00
Carlos Alexandro Becker
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
actions-user
f64fa9fc17
chore: docs auto-update
2023-12-26 16:21:07 +00:00
Carlos Alexandro Becker
3ec68fbf8c
docs: fix broken link
...
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
2023-12-26 11:29:46 -03:00
Carlos Alexandro Becker
429ddb1750
docs: update details about cosign and certificate
...
closes https://github.com/goreleaser/goreleaser/issues/4503
2023-12-26 10:52:38 -03:00
Evgenii Medvedev
582ff3808d
docs: fix typo in check_boxes ( #4499 )
...
Typo in documentation
check_boxex > check_boxes
<!--
Hi, thanks for contributing!
Please make sure you read our CONTRIBUTING guide.
Also, add tests and the respective documentation changes as well.
-->
<!-- If applied, this commit will... -->
...
<!-- Why is this change being made? -->
...
<!-- # Provide links to any relevant tickets, URLs or other resources
-->
...
2023-12-26 08:39:02 -03:00
Carlos Alexandro Becker
c4dafdf55e
chore: schema update
...
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
2023-12-21 09:54:24 -03:00
Carlos Alexandro Becker
a85d049f9b
fix(winget): improve schema ( #4489 )
...
make required fields required
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
2023-12-21 09:16:17 -03:00
Scott Leggett
df982a6a3b
docs: update the link to the go wiki page on first-class ports ( #4490 )
...
This change updates broken links to the old Go wiki to point to the new
location.
2023-12-21 09:15:55 -03:00
Carlos Alexandro Becker
c1b71396c6
docs: update
...
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
2023-12-20 15:47:45 -03:00
Luca Comellini
910b837f7d
docs: update snap link ( #4486 )
...
<!--
Hi, thanks for contributing!
Please make sure you read our CONTRIBUTING guide.
Also, add tests and the respective documentation changes as well.
-->
<!-- If applied, this commit will... -->
Updates the link for snap tab completion
2023-12-19 10:30:18 -03:00
Carlos Alexandro Becker
522ab11bf3
docs: fix broken link
2023-12-17 14:53:08 -03:00
Carlos Alexandro Becker
711490dfc7
feat: aur dir ( #4484 )
...
closes #4482
<!--
Hi, thanks for contributing!
Please make sure you read our CONTRIBUTING guide.
Also, add tests and the respective documentation changes as well.
-->
<!-- If applied, this commit will... -->
...
<!-- Why is this change being made? -->
...
<!-- # Provide links to any relevant tickets, URLs or other resources
-->
...
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
2023-12-17 14:52:09 -03:00
Carlos Alexandro Becker
ee14837127
feat(homebrew): add os to dependency ( #4481 )
...
closes #4480
2023-12-15 12:14:01 -03:00
Carlos Alexandro Becker
233c4bc26e
docs: fix changelog subgroups docs
2023-12-05 22:42:17 -03:00
Carlos Alexandro Becker
22fa9947c8
feat: allow to template builds.gobinary ( #4454 )
...
closes #4453
TODO: tests
2023-12-04 23:00:11 -03:00
Carlos Alexandro Becker
7e481967b3
docs: update users, blog posts divider
2023-12-04 13:51:23 -03:00
Jeffrey Cafferata
532879ea92
docs: Removed the duplicate GoReleaser Pro entry ( #4456 )
...
Removed the duplicate GoReleaser Pro entry from the changelog.
fdf73bda9e/www/docs/customization/changelog.md (L81-L84)
2023-12-04 13:31:38 -03:00
Carlos Alexandro Becker
b682fdf7bb
docs: mention that snaps cant be built inside docker
...
refs https://github.com/goreleaser/goreleaser-cross/issues/59
2023-11-29 23:36:36 -03:00
Carlos Alexandro Becker
142b94c533
fix: improve chocolatey no archive error handling and docs
...
closes #4450
2023-11-29 23:27:05 -03:00
Carlos Alexandro Becker
d89557b277
docs: install should say the required Go version
...
refs https://github.com/orgs/goreleaser/discussions/4443
2023-11-29 13:12:18 -03:00
ixje
149b178094
docs: update deprecated --skip-publish
release flag ( #4449 )
...
Calling `goreleaser release --skip-publish` as according to the [dry run
documentation](https://goreleaser.com/quick-start/?h=dry+run#release-flags )
gives the following deprecation warning
```
• DEPRECATED: --skip-publish was deprecated in favor of --skip=publish, check https://goreleaser.com/deprecations#-skip for more details
```
This updates the documentation
2023-11-29 09:31:53 -03:00
wrench
d2c0e4c6ad
docs: fix typo ( #4447 )
2023-11-28 11:08:53 -03:00
Carlos Alexandro Becker
64916314c7
docs: update users.md
2023-11-27 18:38:06 -03:00
Carlos Alexandro Becker
25a054c5e1
feat: improve --single-target ( #4442 )
...
closes #4437
closes #4426
---------
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
2023-11-27 18:29:50 -03:00
Libor Ondrušek
6bce81c0be
docs(azblob): correct auth to Azure storage service ( #4439 )
...
I corected documentation for upload blobs to azure Storage Service from
[used
library](53ccd8db26/blob/azureblob/azureblob.go (L30)
).
2023-11-24 20:17:45 -03:00
Carlos Alexandro Becker
a5f767832a
SBOM improvements ( #4430 )
...
refs https://github.com/orgs/goreleaser/discussions/4425
2023-11-23 17:40:25 -03:00
Gabriel Cipriano
8f6b16f6b5
feat: validate ko's main path ( #4429 )
...
closes #4382
2023-11-19 14:54:18 -03:00
laurentsimon
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
actions-user
c4a33d5b83
chore: docs auto-update
2023-11-09 00:13:54 +00:00
actions-user
17393af9fa
chore: docs auto-update
2023-11-07 01:07:54 +00:00
Carlos Alexandro Becker
4f17fba173
build: fix setup-task rate limit
...
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
2023-11-07 01:05:02 +00:00
Carlos Alexandro Becker
6b65ea5ca1
docs: update
...
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
2023-11-07 00:39:45 +00:00
Ernst Widerberg
d2d910f54f
docs: fix typos ( #4406 )
2023-11-06 09:14:07 -03:00
Carlos Alexandro Becker
74a9317c83
fix: properly handle multi-module projects with a go.work file
...
closes #4379
2023-11-03 23:40:07 -03:00
Torsten Curdt
49f39736ef
more explicit error message for docker buildx context error
2023-11-03 22:00:17 -03:00
Torsten Curdt
cb656a35ec
spelling fix
2023-11-03 22:00:17 -03:00
Carlos Alexandro Becker
178ce2af58
build: only update docs, schema, after a release
...
closes #4402
2023-11-03 21:37:39 -03:00
Carlos Alexandro Becker
8cd3104f1c
chore: update schema
...
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
2023-11-02 20:38:07 +00:00
Carlos Alexandro Becker
3a3cf610f8
docs: conventional file name on armv6
...
refs https://github.com/charmbracelet/meta/pull/116
2023-11-02 12:32:31 +00:00
actions-user
9c54dda3ba
chore: docs auto-update
2023-10-31 21:36:51 +00:00
actions-user
c5de7c54ee
chore: docs auto-update
2023-10-31 18:12:45 +00:00
Carlos Alexandro Becker
bc9f77b0e5
fix: schema enum options for dockers.use
...
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
2023-10-25 22:51:30 -03:00
Carlos Alexandro Becker
de1c52b466
fix: improve run script
...
- if `VERSION` ends with `-pro`, set `DISTRIBUTION` to `pro`
- if `DISTRIBUTION` is `pro`, and `VERSION` does not have the `-pro`
suffix, add it
closes #4374
2023-10-25 22:51:30 -03:00
Batuhan Apaydın
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
actions-user
95e5ef6226
chore: docs auto-update
2023-10-10 12:39:32 +00:00
Carlos Alexandro Becker
b7218b0ab0
docs: fix broken link
2023-09-29 00:49:02 +00:00
Carlos Alexandro Becker
d7775f5b05
docs: organizing docs a bit better ( #4328 )
...
the sidebar is kinda out of control... too many items... tried to
organize it a bit better...
let me know what you think :D
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
2023-09-27 14:06:49 -03:00
Carlos Alexandro Becker
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
actions-user
9a645b4121
chore: docs releases json auto-update
2023-09-26 12:53:47 +00:00
actions-user
cac55e0c4c
chore: docs releases json auto-update
2023-09-26 11:45:07 +00:00
actions-user
5860c2a55f
chore: docs releases json auto-update
2023-09-25 18:15:14 +00:00
actions-user
b552487f6a
chore: docs releases json auto-update
2023-09-25 17:27:40 +00:00
Carlos Alexandro Becker
74b226db47
docs: reword
...
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
2023-09-24 19:04:07 +00:00
Carlos Alexandro Becker
41ce3c0304
fix: git.ignore_tags not working ( #4322 )
...
also regex is not possible there currenctly, didnt realized it at the
time
refs #4255
---------
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
2023-09-23 02:37:48 -03:00
Carlos Alexandro Becker
800ee694f6
docs: update announcement blog post
2023-09-23 05:31:42 +00:00
Carlos Alexandro Becker
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
actions-user
1318fdc0cf
chore: docs releases json auto-update
2023-09-23 03:44:11 +00:00
actions-user
af276549f7
chore: docs releases json auto-update
2023-09-23 03:02:58 +00:00
Carlos Alexandro Becker
8794dc5955
docs: udpate jsonschema
...
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
2023-09-22 02:20:49 +00:00
Carlos Alexandro Becker
d5a81df6c5
docs: improve tmpl.map
...
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
2023-09-20 19:21:30 +00:00
Jo
24347358e9
feat: add map
and indexOrDefault
template functions ( #4317 )
...
Add a new function `map` to template functions.
`map` creates a map from a list of pairs of key values, then you can
convert a key to a value using `.Get`. This simplifies writing
key-mapping templates. For example, the defaule `archives.name_template`
```yaml
name_template: >-
{{ .ProjectName }}_
{{- title .Os }}_
{{- if eq .Arch "amd64" }}x86_64
{{- else if eq .Arch "386" }}i386
{{- else }}{{ .Arch }}{{ end }}
{{- if .Arm }}v{{ .Arm }}{{ end }}
```
becomes
```yaml
name_template: >-
{{ $arch := map "amd64" "x86_64" "386" "i386" -}}
{{ .ProjectName }}_
{{- title .OS }}_
{{- $arch.Get .Arch .Arch }}
{{- if .Arm }}v{{ .Arm }}{{ end }}
```
---------
Co-authored-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
2023-09-20 16:03:46 -03:00
Carlos Alexandro Becker
eab8a0d07b
docs: clarify includes
2023-09-19 00:31:05 +00:00
Carlos Alexandro Becker
491bf50d69
chore: schema update
...
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
2023-09-17 17:24:09 +00:00
Carlos Alexandro Becker
8ef8babedf
feat(winget): support dependencies ( #4299 )
...
closes #4296
2023-09-17 14:22:39 -03:00
Carlos Alexandro Becker
58842b8e82
docs: update
...
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
2023-09-17 17:05:14 +00:00
Carlos Alexandro Becker
5767a3bd1e
docs: update
...
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
2023-09-17 03:00:02 +00:00
Carlos Alexandro Becker
622c426eb3
refactor: --skip=item ( #4272 )
...
Laying the ground work to allow skipping more pipes without adding new
flags et al.
---------
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
2023-09-16 17:01:20 -03:00
Carlos Alexandro Becker
85c86d61cf
fix: chocolatey push failing ( #4300 )
...
tested this on a fake repo, and it seems to fix the problem...
seems like choco does not like when the path has `/` in it, so passing
it through `filepath.Clean` fixes it.
also improved tests a bit, and made a small docs fix.
closes https://github.com/goreleaser/goreleaser/issues/4292
2023-09-16 14:08:11 -03:00
Carlos Alexandro Becker
fcd5abfe68
docs: update goreleaser-action ( #4297 )
...
action v5 was released the other day
---------
Co-authored-by: CrazyMax <github@crazymax.dev>
2023-09-15 09:23:19 -03:00
Carlos Alexandro Becker
027ddd3b17
docs: fix broken links
2023-09-15 01:06:58 +00:00
Carlos Alexandro Becker
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
Carlos Alexandro Becker
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
Vedant
646eb82f9a
docs: fix link to homebrew formula on install
page ( #4294 )
...
Fix link to homebrew formula on `install` page
2023-09-14 13:48:22 -03:00
Carlos Alexandro Becker
d510abcd5e
docs: improve docs
...
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
2023-09-04 14:12:01 +00:00
Carlos Alexandro Becker
63e75edf83
fix: jsonschema for git.tag_sort
...
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
2023-09-04 14:11:55 +00:00
actions-user
dbf8e39c67
chore: docs auto-update
2023-09-01 18:12:40 +00:00
Carlos Alexandro Becker
62cc45aa50
feat: templates in upx.enabled ( #4269 )
...
refs https://github.com/orgs/goreleaser/discussions/4268
2023-09-01 15:10:29 -03:00
actions-user
94a65fcda1
chore: docs auto-update
2023-08-27 18:58:52 +00:00
Carlos Alexandro Becker
ecdbf5877c
feat: git.ignore_tags ( #4255 )
...
Allows to ignore tags that match the given regex expressions.
2023-08-27 15:57:03 -03:00
Carlos Alexandro Becker
76f2b81bb5
docs: update changelog.md
...
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
2023-08-24 12:26:32 +00:00
actions-user
5ea03f3d67
chore: docs auto-update
2023-08-15 14:17:21 +00:00
actions-user
4526c5b681
chore: docs releases json auto-update
2023-08-10 02:01:35 +00:00
actions-user
56c9d09a1b
chore: docs releases json auto-update
2023-08-10 01:23:44 +00:00
Carlos Alexandro Becker
8337eb3d48
chore: update schema
2023-08-09 13:12:33 +00:00
Carlos Alexandro Becker
c06ba3a94f
feat: publishers.disable ( #4239 )
...
allows to disable a specific custom publisher based on a template, akin
to other pipes.
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
2023-08-08 22:43:09 -03:00
Carlos Alexandro Becker
acfc1b2274
docs: update schema
...
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
2023-08-08 12:33:22 +00:00
Carlos Alexandro Becker
03622ab59c
chore: schema update
2023-08-04 14:49:34 +00:00
Carlos Alexandro Becker
635b051ad5
docs: fix migration example
2023-08-03 12:32:46 +00:00
Carlos Alexandro Becker
d0a86edd90
feat(snapcraft): allow to disable ( #4228 )
...
allows to disable a snapcraft configuration based on a template, e.g. if
snapshot, nightly, etc
2023-08-03 09:17:26 -03:00
Carlos Alexandro Becker
d65493abf8
chore: update schema
2023-08-03 02:18:08 +00:00
actions-user
802beb66f3
chore: docs auto-update
2023-07-31 12:42:23 +00:00
Carlos Alexandro Becker
d7921d4638
feat(brew): extra_install
...
Allows to add manpages and shell completion installs without overriding
the default bin.install.
2023-07-31 09:40:35 -03:00
Carlos Alexandro Becker
dbf7f57928
docs: update
...
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
2023-07-30 02:34:05 +00:00
Carlos Alexandro Becker
a73937baf0
docs: remove newsletter link
...
revue is dead since january 💀
2023-07-27 12:48:33 +00:00
Carlos Alexandro Becker
88b63048b1
docs: update
2023-07-27 01:19:45 +00:00
Carlos Alexandro Becker
1d2868b40f
docs: update
2023-07-26 14:48:21 +00:00
actions-user
3aac6b4f6a
chore: docs auto-update
2023-07-26 14:35:43 +00:00
Carlos Alexandro Becker
94f080d77c
feat(nix): extraInstall
2023-07-26 11:32:37 -03:00
Carlos Alexandro Becker
e672699b0a
feat(nix): runtime dependencies
...
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
2023-07-26 11:32:37 -03:00
Carlos Alexandro Becker
43fbf18aaa
docs: update
...
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
2023-07-25 13:04:06 +00:00
Jo
3dd77f6f3d
docs: fix deprecations notice about scoops.bucket
( #4207 )
...
`index` should be `bucket` for scoop
2023-07-25 07:58:28 -03:00
GennadySpb
8d9a693843
docs: fix typo in builds.md ( #4205 )
...
CCX to CXX
2023-07-25 07:57:54 -03:00
Carlos Alexandro Becker
4901108870
docs: update /pro
2023-07-20 13:22:30 +00:00
Carlos Alexandro Becker
054080a786
docs: update
...
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
2023-07-20 13:16:30 +00:00
Carlos Alexandro Becker
7c2a9878af
chore: update schema
...
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
2023-07-20 12:56:54 +00:00
Carlos Alexandro Becker
e3f494fdc9
fix: jsonschema for builds.hooks
...
closes #4197
2023-07-20 00:22:05 +00:00
Carlos Alexandro Becker
ca1657c2ec
docs: update
...
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
2023-07-18 14:02:31 +00:00