Skip to content

Commit

Permalink
chore(deps): update dependency goreleaser/goreleaser to v1.26.2 (#45)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [goreleaser/goreleaser](https://togithub.com/goreleaser/goreleaser) |
minor | `v1.16.0` -> `v1.26.2` |

---

### Release Notes

<details>
<summary>goreleaser/goreleaser (goreleaser/goreleaser)</summary>

###
[`v1.26.2`](https://togithub.com/goreleaser/goreleaser/compare/v1.26.1...v1.26.2)

[Compare
Source](https://togithub.com/goreleaser/goreleaser/compare/v1.26.1...v1.26.2)

###
[`v1.26.1`](https://togithub.com/goreleaser/goreleaser/releases/tag/v1.26.1)

[Compare
Source](https://togithub.com/goreleaser/goreleaser/compare/v1.26.0...v1.26.1)

#### Changelog

##### Security updates

-
[`19b94f6`](https://togithub.com/goreleaser/goreleaser/commit/19b94f676f35f8a2d1928db6960cb7b35913d783):
sec: GHSA-f6mm-5fc7-3g3c
([@&#8203;caarlos0](https://togithub.com/caarlos0))

##### Bug fixes

-
[`9cf3bbb`](https://togithub.com/goreleaser/goreleaser/commit/9cf3bbbc5c6e2af28e77de2ad939f014ce9904f2):
fix(build): do not print 'go: downloading' bits of go build output
([#&#8203;4869](https://togithub.com/goreleaser/goreleaser/issues/4869))
([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`e466507`](https://togithub.com/goreleaser/goreleaser/commit/e466507637bceaf3d44b08135417dac587307122):
fix(cmd): --draft should only override if set
([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`c5204df`](https://togithub.com/goreleaser/goreleaser/commit/c5204dfb64449519bda03083ad4d282c06c3ff49):
fix: close HTTP resp body to prevent resource leak
([#&#8203;4857](https://togithub.com/goreleaser/goreleaser/issues/4857))
([@&#8203;alexandear](https://togithub.com/alexandear))
-
[`7e0155c`](https://togithub.com/goreleaser/goreleaser/commit/7e0155c557509ed0e894028a9862a87ed1ecd12d):
fix: disable logs on some commands
([#&#8203;4865](https://togithub.com/goreleaser/goreleaser/issues/4865))
([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`6505654`](https://togithub.com/goreleaser/goreleaser/commit/6505654c86ed3be799e9633e5c3c3457b814e8df):
fix: fix nolintlint issues
([#&#8203;4854](https://togithub.com/goreleaser/goreleaser/issues/4854))
([@&#8203;alexandear](https://togithub.com/alexandear))
-
[`00a376c`](https://togithub.com/goreleaser/goreleaser/commit/00a376cc6472d766f60881d7e8a19f452c28eda2):
refactor: remove unneeded in Go 1.22 loop var copy
([#&#8203;4856](https://togithub.com/goreleaser/goreleaser/issues/4856))
([@&#8203;alexandear](https://togithub.com/alexandear))

##### Documentation updates

-
[`ba7e915`](https://togithub.com/goreleaser/goreleaser/commit/ba7e915cd8a2f4d61a56ab87485aae62007e11e2):
docs: announce v1.26
([#&#8203;4851](https://togithub.com/goreleaser/goreleaser/issues/4851))
([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`2f56643`](https://togithub.com/goreleaser/goreleaser/commit/2f56643a633c227ad84e58fb969325480c2986fa):
docs: update action docs
([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`c148106`](https://togithub.com/goreleaser/goreleaser/commit/c148106c56d83f4ecca214088bde990637a2a6e9):
docs: update old Go website links
([#&#8203;4855](https://togithub.com/goreleaser/goreleaser/issues/4855))
([@&#8203;alexandear](https://togithub.com/alexandear))

##### Build process updates

-
[`c09c86c`](https://togithub.com/goreleaser/goreleaser/commit/c09c86cb3962ed992546f098ecc4197188644a93):
build: disable appendAssign gocritic check
([@&#8203;caarlos0](https://togithub.com/caarlos0))

**Full Changelog**:
https://github.com/goreleaser/goreleaser/compare/v1.26.0...v1.26.1

#### Helping out

This release is only possible thanks to **all** the support of some
**awesome people**!

Want to be one of them?
You can [sponsor](https://goreleaser.com/sponsors/), get a [Pro
License](https://goreleaser.com/pro) or [contribute with
code](https://goreleaser.com/contributing).

#### Where to go next?

- Find examples and commented usage of all options in our
[website](https://goreleaser.com/intro/).
- Reach out on [Discord](https://discord.gg/RGEBtg8vQ6) and
[Twitter](https://twitter.com/goreleaser)!

<a href="https://goreleaser.com"><img
src="https://raw.githubusercontent.com/goreleaser/artwork/master/opencollective-header.png"
with="100%" alt="GoReleaser logo"></a>

###
[`v1.26.0`](https://togithub.com/goreleaser/goreleaser/releases/tag/v1.26.0)

[Compare
Source](https://togithub.com/goreleaser/goreleaser/compare/v1.25.1...v1.26.0)

#### Changelog

##### New Features

-
[`de72cab`](https://togithub.com/goreleaser/goreleaser/commit/de72cab5d9dabf785fcd7808c5d228960d762bfe):
feat(announce): add BlueSky support
([#&#8203;4779](https://togithub.com/goreleaser/goreleaser/issues/4779))
([@&#8203;jghiloni](https://togithub.com/jghiloni))
-
[`e538341`](https://togithub.com/goreleaser/goreleaser/commit/e538341179a23790669e6eeab0c644658e547c66):
feat(archive): support tar.zst
([#&#8203;4825](https://togithub.com/goreleaser/goreleaser/issues/4825))
([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`39bf666`](https://togithub.com/goreleaser/goreleaser/commit/39bf6668bc086d1c110e9321f7303da3de7e22b7):
feat(changelog): custom commit format
([#&#8203;4802](https://togithub.com/goreleaser/goreleaser/issues/4802))
([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`5d98c69`](https://togithub.com/goreleaser/goreleaser/commit/5d98c69f0f3c81c48661649e091969f6b098b1a7):
feat(checksum): supports BLAKE2 and SHA-3
([#&#8203;4850](https://togithub.com/goreleaser/goreleaser/issues/4850))
([@&#8203;sorairolake](https://togithub.com/sorairolake))
-
[`c1615ea`](https://togithub.com/goreleaser/goreleaser/commit/c1615ea521532b4e3f5633a137c17f94fff22e56):
feat(cmd): release --draft
([#&#8203;4771](https://togithub.com/goreleaser/goreleaser/issues/4771))
([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`c8488dc`](https://togithub.com/goreleaser/goreleaser/commit/c8488dc825debca26ade35aefca234b142a515c9):
feat(gitea): implement `Changelog` function
([#&#8203;4794](https://togithub.com/goreleaser/goreleaser/issues/4794))
([@&#8203;appleboy](https://togithub.com/appleboy))
-
[`2c93bd7`](https://togithub.com/goreleaser/goreleaser/commit/2c93bd7c7f993068dffcaf3eb65a56fcf0f3b7b7):
feat(gitlab): Allow PRs to be created
([#&#8203;4793](https://togithub.com/goreleaser/goreleaser/issues/4793))
([@&#8203;baurmatt](https://togithub.com/baurmatt))
-
[`5d37c9a`](https://togithub.com/goreleaser/goreleaser/commit/5d37c9a5a0a395bb463da3ce55a5ce9383160d2e):
feat: always log build output
([#&#8203;4787](https://togithub.com/goreleaser/goreleaser/issues/4787))
([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`60a1ccc`](https://togithub.com/goreleaser/goreleaser/commit/60a1cccf5748992e876043e7dca3813842b13ea4):
feat: isEnvSet tmpl function
([#&#8203;4775](https://togithub.com/goreleaser/goreleaser/issues/4775))
([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`b05a62f`](https://togithub.com/goreleaser/goreleaser/commit/b05a62fddcbfeb5a581c94a92281b29bc6dae1fe):
feat: migrate to new homebrew constuctions (on_arm, on_intel)
([#&#8203;4822](https://togithub.com/goreleaser/goreleaser/issues/4822))
([@&#8203;kvendingoldo](https://togithub.com/kvendingoldo))
-
[`3cd2e07`](https://togithub.com/goreleaser/goreleaser/commit/3cd2e07c6835cc17f9cd266e6f9817389786841c):
feat: notarize macos binaries
([#&#8203;4774](https://togithub.com/goreleaser/goreleaser/issues/4774))
([@&#8203;caarlos0](https://togithub.com/caarlos0))

##### Security updates

-
[`c052ccc`](https://togithub.com/goreleaser/goreleaser/commit/c052ccc6914e3d6eecba1e8466712065f92ff3e3):
sec(deps): update runc for CVE-2024-3154
([@&#8203;caarlos0](https://togithub.com/caarlos0))

##### Bug fixes

-
[`172d6d4`](https://togithub.com/goreleaser/goreleaser/commit/172d6d4b990cc7cfc44ef13975ea6fb9158274d3):
Revert "fix: temp disable snapcraft"
([#&#8203;4830](https://togithub.com/goreleaser/goreleaser/issues/4830))
([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`b45c3b1`](https://togithub.com/goreleaser/goreleaser/commit/b45c3b1720d9f61d47569d1cc7dd8f06f2187e1c):
fix(bluesky): change default env, fix user agent, update tests
([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`bee8665`](https://togithub.com/goreleaser/goreleaser/commit/bee8665d9e6d44277c382e14792584ad5c44f083):
fix(brew): cpu conditionals
([#&#8203;4814](https://togithub.com/goreleaser/goreleaser/issues/4814))
([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`14ab459`](https://togithub.com/goreleaser/goreleaser/commit/14ab45930090e4da037591901a12471de9f08db7):
fix(brew): linux brew with extra end
([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`b1723af`](https://togithub.com/goreleaser/goreleaser/commit/b1723afff21998e8f2a99cc61ed06f12586529fa):
fix(gitea): changelog output
([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`fd40f5d`](https://togithub.com/goreleaser/goreleaser/commit/fd40f5d772c94c08942e8eb04ba01cbdb0477a36):
fix(gitlab): Use start_branch for file creation if branch doesn't exist
already
([#&#8203;4792](https://togithub.com/goreleaser/goreleaser/issues/4792))
([@&#8203;baurmatt](https://togithub.com/baurmatt))
-
[`bf31227`](https://togithub.com/goreleaser/goreleaser/commit/bf31227b4eb975f87b995719d3b152f4d9b2f993):
fix(nfpm): termux platform
([#&#8203;4812](https://togithub.com/goreleaser/goreleaser/issues/4812))
([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`2f87663`](https://togithub.com/goreleaser/goreleaser/commit/2f876631b38958e0bcc3fe574cd42b271d0ad0b0):
fix(nix): update valid licenses
([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`56e0f79`](https://togithub.com/goreleaser/goreleaser/commit/56e0f794738871515750a383b2d01e75a6e2619c):
fix(telegram): mdv2escape ProjectName by default
([#&#8203;4784](https://togithub.com/goreleaser/goreleaser/issues/4784))
([@&#8203;EpicStep](https://togithub.com/EpicStep))
-
[`ca52f85`](https://togithub.com/goreleaser/goreleaser/commit/ca52f855fc340c276672fce3ab0d613eedec3c1c):
fix: bad json tag name
([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`7552d0b`](https://togithub.com/goreleaser/goreleaser/commit/7552d0b4e022789ce9b3bd229261762e305765f9):
fix: lint issues ([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`7982a33`](https://togithub.com/goreleaser/goreleaser/commit/7982a33a06f2b08403e696826b493b14057f0589):
fix: telegram default message
([#&#8203;4821](https://togithub.com/goreleaser/goreleaser/issues/4821))
([@&#8203;EpicStep](https://togithub.com/EpicStep))
-
[`fbddb70`](https://togithub.com/goreleaser/goreleaser/commit/fbddb7081d4693491057e648ac5e819920708718):
fix: temp disable snapcraft
([#&#8203;4826](https://togithub.com/goreleaser/goreleaser/issues/4826))
([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`0a38d90`](https://togithub.com/goreleaser/goreleaser/commit/0a38d90f66b9a5b6bddb39c3edda09ff2893b9fa):
fix: typo in User-Agent header value
([#&#8203;4765](https://togithub.com/goreleaser/goreleaser/issues/4765))
([@&#8203;alexandear](https://togithub.com/alexandear))
-
[`780a3a4`](https://togithub.com/goreleaser/goreleaser/commit/780a3a40d9bfeacda1196aa2d54690ea2cbff4ef):
fix: update SBOM generation to add .json as file type
([#&#8203;4781](https://togithub.com/goreleaser/goreleaser/issues/4781))
([@&#8203;cpanato](https://togithub.com/cpanato))
-
[`bf79c2c`](https://togithub.com/goreleaser/goreleaser/commit/bf79c2cf91ddf51bb380b5614fa09062001481f1):
fix: use correct path variable for logging in check command
([#&#8203;4756](https://togithub.com/goreleaser/goreleaser/issues/4756))
([@&#8203;hhromic](https://togithub.com/hhromic))
-
[`1ed1a62`](https://togithub.com/goreleaser/goreleaser/commit/1ed1a62b90e3765864aa930bebe2bc1cb4863e57):
fix: winget paths on windows
([#&#8203;4786](https://togithub.com/goreleaser/goreleaser/issues/4786))
([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`6735555`](https://togithub.com/goreleaser/goreleaser/commit/673555519af164f03c3945a217df8dda289a1874):
refactor: improve switch
([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`ddb60f4`](https://togithub.com/goreleaser/goreleaser/commit/ddb60f417e86cbd6d85e1d2c977e603c6be9104a):
refactor: improve switch
([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`d5fc94a`](https://togithub.com/goreleaser/goreleaser/commit/d5fc94a81d77cca97c126eae0eccc6a53cff739e):
refactor: optimize strings replacers
([#&#8203;4788](https://togithub.com/goreleaser/goreleaser/issues/4788))
([@&#8203;EpicStep](https://togithub.com/EpicStep))

##### Dependency updates

-
[`8391ce5`](https://togithub.com/goreleaser/goreleaser/commit/8391ce56e12470753aef2dc7ccd09f9e96133667):
fix(deps): update go-set to fix armv7 build
([@&#8203;caarlos0](https://togithub.com/caarlos0))

##### Documentation updates

-
[`9b3f514`](https://togithub.com/goreleaser/goreleaser/commit/9b3f514449c3315cd65da0f7c01d964092cd3e5e):
docs: description for chocolateys.package_source_url
([#&#8203;4763](https://togithub.com/goreleaser/goreleaser/issues/4763))
([@&#8203;alexandear](https://togithub.com/alexandear))
-
[`f6615b1`](https://togithub.com/goreleaser/goreleaser/commit/f6615b138b5738beaabf381407aa1de29b0f7362):
docs: fix typos
([#&#8203;4764](https://togithub.com/goreleaser/goreleaser/issues/4764))
([@&#8203;alexandear](https://togithub.com/alexandear))
-
[`e21a99a`](https://togithub.com/goreleaser/goreleaser/commit/e21a99a54b3611b0964f03d083797c583c28ede9):
docs: improve -p help message
([#&#8203;4798](https://togithub.com/goreleaser/goreleaser/issues/4798))
([@&#8203;jftuga](https://togithub.com/jftuga))
-
[`7b78e19`](https://togithub.com/goreleaser/goreleaser/commit/7b78e195e2eb7e0824eeff3119b82f90c0a2a5a3):
docs: notes on prefixed tags and monorepos
([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`0481e63`](https://togithub.com/goreleaser/goreleaser/commit/0481e63fb3d9d6d1e1d8cbee16789d644b652ab1):
docs: remove mentions to --skip-something flags
([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`919f220`](https://togithub.com/goreleaser/goreleaser/commit/919f220e7149e33cdaa523cffc60988f05541a46):
docs: update ([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`4015fa3`](https://togithub.com/goreleaser/goreleaser/commit/4015fa32bcf606c0d1e5538e545ef55c04879169):
docs: update ([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`12d236d`](https://togithub.com/goreleaser/goreleaser/commit/12d236ded2ec2ab8365fcb6a50c81382fe238b4f):
docs: update ([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`2cffcc5`](https://togithub.com/goreleaser/goreleaser/commit/2cffcc58c5a7453003dc74fe3c7a96f04764e1fa):
docs: update ([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`b7b4883`](https://togithub.com/goreleaser/goreleaser/commit/b7b48834201a6c6c4c42467cf405e9ca6611a55c):
docs: update ([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`f4c149e`](https://togithub.com/goreleaser/goreleaser/commit/f4c149e10bc0722d85f00eea35ca273ec0c69795):
docs: update USERS.md
([#&#8203;4839](https://togithub.com/goreleaser/goreleaser/issues/4839))
([@&#8203;xcloudscript](https://togithub.com/xcloudscript))
-
[`faadd02`](https://togithub.com/goreleaser/goreleaser/commit/faadd02cc19f3633d392f6d145c78c2028a92a42):
docs: update bluesky docs
([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`60f12de`](https://togithub.com/goreleaser/goreleaser/commit/60f12deae0f6aca8fee22ab6838d14f6ee9c766b):
docs: update changelog
([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`7468cf8`](https://togithub.com/goreleaser/goreleaser/commit/7468cf85569521cc679aa7ea17192fdfbaa62046):
docs: update dirty.md deprecated syntax
([#&#8203;4766](https://togithub.com/goreleaser/goreleaser/issues/4766))
([@&#8203;johnmaguire](https://togithub.com/johnmaguire))
-
[`652fd30`](https://togithub.com/goreleaser/goreleaser/commit/652fd30c691b998e2ad8a9668fad805b138aa769):
docs: update repository.md
([@&#8203;caarlos0](https://togithub.com/caarlos0))

##### Build process updates

-
[`1ec2e16`](https://togithub.com/goreleaser/goreleaser/commit/1ec2e1628889bd2b466d2760c536d73b0c9a2aaf):
build: fix nightly job
([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`52dc2cb`](https://togithub.com/goreleaser/goreleaser/commit/52dc2cb4e4575e3909ae64383bcc83d5e3d0e379):
build: use latest snapcraft
([#&#8203;4849](https://togithub.com/goreleaser/goreleaser/issues/4849))
([@&#8203;caarlos0](https://togithub.com/caarlos0))

##### Other work

-
[`3c0c714`](https://togithub.com/goreleaser/goreleaser/commit/3c0c7148fd53bd3ac6253b8a3997c718e007d941):
blob: permit skipping the configuration of the Content-Disposition
header
([#&#8203;4832](https://togithub.com/goreleaser/goreleaser/issues/4832))
([@&#8203;mvisonneau](https://togithub.com/mvisonneau))

**Full Changelog**:
https://github.com/goreleaser/goreleaser/compare/v1.25.1...v1.26.0

#### Helping out

This release is only possible thanks to **all** the support of some
**awesome people**!

Want to be one of them?
You can [sponsor](https://goreleaser.com/sponsors/), get a [Pro
License](https://goreleaser.com/pro) or [contribute with
code](https://goreleaser.com/contributing).

#### Where to go next?

- Find examples and commented usage of all options in our
[website](https://goreleaser.com/intro/).
- Reach out on [Discord](https://discord.gg/RGEBtg8vQ6) and
[Twitter](https://twitter.com/goreleaser)!

<a href="https://goreleaser.com"><img
src="https://raw.githubusercontent.com/goreleaser/artwork/master/opencollective-header.png"
with="100%" alt="GoReleaser logo"></a>

###
[`v1.25.1`](https://togithub.com/goreleaser/goreleaser/releases/tag/v1.25.1)

[Compare
Source](https://togithub.com/goreleaser/goreleaser/compare/v1.25.0...v1.25.1)

##### Changelog

##### Bug fixes

-
[`053eccd`](https://togithub.com/goreleaser/goreleaser/commit/053eccdba08b889e439d684a9c17c9b9fab3d3c2):
fix(release): only change release draft status on new releases
([#&#8203;4744](https://togithub.com/goreleaser/goreleaser/issues/4744))
([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`22b7daa`](https://togithub.com/goreleaser/goreleaser/commit/22b7daadb460cdb00b53da2d6661698227c690d3):
fix(release): publish tag with skip_upload
([#&#8203;4745](https://togithub.com/goreleaser/goreleaser/issues/4745))
([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`0ff94f1`](https://togithub.com/goreleaser/goreleaser/commit/0ff94f13e4e5f71bd2972a8935e7223b30481ca6):
fix: properly skip docker builds of skipped builds
([#&#8203;4747](https://togithub.com/goreleaser/goreleaser/issues/4747))
([@&#8203;caarlos0](https://togithub.com/caarlos0))

##### Documentation updates

-
[`d972be9`](https://togithub.com/goreleaser/goreleaser/commit/d972be970447466bee19291c5e1188807b6a973b):
docs: announce v1.25 ([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`6a7a9ba`](https://togithub.com/goreleaser/goreleaser/commit/6a7a9ba3995728a4bdf7b5fff770d8caeb3d2cc8):
docs: fix deprecation typos
([#&#8203;4750](https://togithub.com/goreleaser/goreleaser/issues/4750))
([@&#8203;j178](https://togithub.com/j178))

##### Build process updates

-
[`85cb59c`](https://togithub.com/goreleaser/goreleaser/commit/85cb59c1a0236008a96368b677e38b8fd9f8573b):
build: simplify
([#&#8203;4748](https://togithub.com/goreleaser/goreleaser/issues/4748))
([@&#8203;caarlos0](https://togithub.com/caarlos0))

**Full Changelog**:
https://github.com/goreleaser/goreleaser/compare/v1.25.0...v1.25.1

##### Helping out

This release is only possible thanks to **all** the support of some
**awesome people**!

Want to be one of them?
You can [sponsor](https://goreleaser.com/sponsors/), get a [Pro
License](https://goreleaser.com/pro) or [contribute with
code](https://goreleaser.com/contributing).

##### Where to go next?

- Find examples and commented usage of all options in our
[website](https://goreleaser.com/intro/).
- Reach out on [Discord](https://discord.gg/RGEBtg8vQ6) and
[Twitter](https://twitter.com/goreleaser)!

<a href="https://goreleaser.com"><img
src="https://raw.githubusercontent.com/goreleaser/artwork/master/opencollective-header.png"
with="100%" alt="GoReleaser logo"></a>

###
[`v1.25.0`](https://togithub.com/goreleaser/goreleaser/releases/tag/v1.25.0)

[Compare
Source](https://togithub.com/goreleaser/goreleaser/compare/v1.24.0...v1.25.0)

##### Changelog

##### New Features

-
[`1db9347`](https://togithub.com/goreleaser/goreleaser/commit/1db93473634b593cdc4508c4399d2ee1a03357d3):
feat(archives): format override to 'none' to skip certain goos
([#&#8203;4730](https://togithub.com/goreleaser/goreleaser/issues/4730))
([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`4d2bcfd`](https://togithub.com/goreleaser/goreleaser/commit/4d2bcfdc4694a3de5029a2b602789166ee21b37f):
feat(brew): allow to set headers in the url
([#&#8203;4648](https://togithub.com/goreleaser/goreleaser/issues/4648))
([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`b9b8a65`](https://togithub.com/goreleaser/goreleaser/commit/b9b8a65618358729e80778f5d50885dcc95a6ee1):
feat(brew): sync fork before opening PR
([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`ec7106f`](https://togithub.com/goreleaser/goreleaser/commit/ec7106fdeade6531866e620f48069ff1845f404c):
feat(git): retry git clone on retriable error
([#&#8203;4725](https://togithub.com/goreleaser/goreleaser/issues/4725))
([@&#8203;Zebradil](https://togithub.com/Zebradil))
-
[`2ecd71e`](https://togithub.com/goreleaser/goreleaser/commit/2ecd71ee71e45da8f3ddbafd59672df7b95baec4):
feat(krew): sync fork before opening PR
([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`d9e9e82`](https://togithub.com/goreleaser/goreleaser/commit/d9e9e82ca73ffb08c28117f862da987611ed10bd):
feat(nfpm): also allow $NFPM_PASSPHRASE
([#&#8203;4633](https://togithub.com/goreleaser/goreleaser/issues/4633))
([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`42d2db2`](https://togithub.com/goreleaser/goreleaser/commit/42d2db202170f4cab933680817a2cc8c5a2bf3e2):
feat(nfpm): compression, fields, and predends on debs
([#&#8203;4632](https://togithub.com/goreleaser/goreleaser/issues/4632))
([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`42b6282`](https://togithub.com/goreleaser/goreleaser/commit/42b6282e4605e26ef23f6594142e7df9fe2885d4):
feat(nix): sync fork before opening PR
([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`1af98af`](https://togithub.com/goreleaser/goreleaser/commit/1af98af0b559656a699aa355eaf5a5c136f11992):
feat(nix): update licenses
([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`ef90821`](https://togithub.com/goreleaser/goreleaser/commit/ef90821ee75ef97d78a125427e6294677b4dd408):
feat(pipe/release): Mark GitHub releases as non-draft only after all
artifacts are uploaded.
([#&#8203;4626](https://togithub.com/goreleaser/goreleaser/issues/4626))
([@&#8203;nichtverstehen](https://togithub.com/nichtverstehen))
-
[`500be66`](https://togithub.com/goreleaser/goreleaser/commit/500be667af164fc25a0a9459b741b5e764c2f1f9):
feat(scoop): sync fork before opening PR
([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`3687c09`](https://togithub.com/goreleaser/goreleaser/commit/3687c097cdd6123f315ebebd10ecf4c7e080b8f4):
feat(winget): sync fork before opening PR
([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`263cd05`](https://togithub.com/goreleaser/goreleaser/commit/263cd059f20daf9a023292ed349398e07c7c0858):
feat(winget): update manifest version to 1.6.0
([#&#8203;4658](https://togithub.com/goreleaser/goreleaser/issues/4658))
([@&#8203;vedantmgoyal9](https://togithub.com/vedantmgoyal9))
-
[`2498ea7`](https://togithub.com/goreleaser/goreleaser/commit/2498ea70290792c2537d98dbbdde0dd5ec07c2d6):
feat: add metadata to the release
([#&#8203;4714](https://togithub.com/goreleaser/goreleaser/issues/4714))
([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`6e0f426`](https://togithub.com/goreleaser/goreleaser/commit/6e0f426339048c551b8cd0139b3f7f2cdb2c243d):
feat: allow to delete existing artifacts in the release
([#&#8203;4711](https://togithub.com/goreleaser/goreleaser/issues/4711))
([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`54ee014`](https://togithub.com/goreleaser/goreleaser/commit/54ee014b5087b30250ef47d4b7ac25e5a4953cf2):
feat: checksums.split
([#&#8203;4707](https://togithub.com/goreleaser/goreleaser/issues/4707))
([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`7fc9399`](https://togithub.com/goreleaser/goreleaser/commit/7fc93995b800fcc09211e04d5a17dc5239630acd):
feat: consistently use directory in property names
([#&#8203;4737](https://togithub.com/goreleaser/goreleaser/issues/4737))
([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`566e99a`](https://togithub.com/goreleaser/goreleaser/commit/566e99ad735bb3d071bb04afc824de47b9e07ac0):
feat: fig is being sunset, remove
([#&#8203;4694](https://togithub.com/goreleaser/goreleaser/issues/4694))
([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`a00bf7e`](https://togithub.com/goreleaser/goreleaser/commit/a00bf7e5d6a600fb4c5ebc1f2130178a1923cf87):
feat: support .config dir
([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`b614d64`](https://togithub.com/goreleaser/goreleaser/commit/b614d646efb391f990e1c37c13bd4f735320cb69):
feat: support netbsd/arm64
([#&#8203;4706](https://togithub.com/goreleaser/goreleaser/issues/4706))
([@&#8203;maxbrunet](https://togithub.com/maxbrunet))
-
[`56c5a09`](https://togithub.com/goreleaser/goreleaser/commit/56c5a09f9a1e3cd88ee2d3c8e33628402d5e7649):
feat: support projectID for gitlab CreateFile (brew, nix, etc)
([#&#8203;4705](https://togithub.com/goreleaser/goreleaser/issues/4705))
([@&#8203;bradleyjames](https://togithub.com/bradleyjames))
-
[`e43604f`](https://togithub.com/goreleaser/goreleaser/commit/e43604f4a0be9ab46d908ee916502c128f5cead1):
feat: use go 1.22
([#&#8203;4614](https://togithub.com/goreleaser/goreleaser/issues/4614))
([@&#8203;caarlos0](https://togithub.com/caarlos0))

##### Bug fixes

-
[`08851dc`](https://togithub.com/goreleaser/goreleaser/commit/08851dce616615c966ece450631d3d0a822430cc):
fix(aur): allow to have multiple AUR configs pointing to the same repo
([#&#8203;4712](https://togithub.com/goreleaser/goreleaser/issues/4712))
([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`554ca5f`](https://togithub.com/goreleaser/goreleaser/commit/554ca5f3e0ffb6e56dbdb1da667f339d532d7e3d):
fix(build): buildmode: pie
([#&#8203;4631](https://togithub.com/goreleaser/goreleaser/issues/4631))
([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`be511eb`](https://togithub.com/goreleaser/goreleaser/commit/be511eb3414a1f6372c364b690493d6caf4246c5):
fix(nix): update licenses
([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`ec22d60`](https://togithub.com/goreleaser/goreleaser/commit/ec22d60b197f06e361d9312f77b05a665b64d1f8):
fix(winget): name is not actually required
([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`8d3cd4c`](https://togithub.com/goreleaser/goreleaser/commit/8d3cd4cef641699c0a74cd7c707ceffd59aeaa6c):
fix: `run` not being truly POSIX-compliant
([#&#8203;4739](https://togithub.com/goreleaser/goreleaser/issues/4739))
([@&#8203;bartekpacia](https://togithub.com/bartekpacia))
-
[`c9ca63e`](https://togithub.com/goreleaser/goreleaser/commit/c9ca63ece7465d87ce68df7a446f3ff8beb879f4):
fix: adjust unused function params in client mock package
([#&#8203;4738](https://togithub.com/goreleaser/goreleaser/issues/4738))
([@&#8203;idnandre](https://togithub.com/idnandre))
-
[`dc0de4c`](https://togithub.com/goreleaser/goreleaser/commit/dc0de4ce59f34715e1dbf763b9e6c83e58a8ed92):
fix: artifact filtering
([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`b33f14c`](https://togithub.com/goreleaser/goreleaser/commit/b33f14c0fa06d75218b33b60d8b64dc05026ea43):
fix: better universalbinary message
([#&#8203;4627](https://togithub.com/goreleaser/goreleaser/issues/4627))
([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`e0db6ac`](https://togithub.com/goreleaser/goreleaser/commit/e0db6ac7fa7ea95a6b5cfad79cbce62412ffeaa7):
fix: brews.url_headers is not required
([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`5a8b6d4`](https://togithub.com/goreleaser/goreleaser/commit/5a8b6d41fb9b94dad82e3d09e09bf1ad88e49853):
fix: convert `run` install script to pure POSIX sh
([#&#8203;4736](https://togithub.com/goreleaser/goreleaser/issues/4736))
([@&#8203;bartekpacia](https://togithub.com/bartekpacia))
-
[`6f356ff`](https://togithub.com/goreleaser/goreleaser/commit/6f356ffcfaa21eda97bd290714c4bd800c7b6c3b):
fix: do not log `release published` if it is a draft
([#&#8203;4691](https://togithub.com/goreleaser/goreleaser/issues/4691))
([@&#8203;nekohasekai](https://togithub.com/nekohasekai))
-
[`af97e63`](https://togithub.com/goreleaser/goreleaser/commit/af97e63dd37806862b8034b2ed16f879bd072648):
fix: improve artifact refresh and filtering
([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`0a27203`](https://togithub.com/goreleaser/goreleaser/commit/0a272037b3615cfd59de3c63e96e37108816bb91):
fix: only build archlinux and aur for supported arches
([#&#8203;4695](https://togithub.com/goreleaser/goreleaser/issues/4695))
([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`c9068b4`](https://togithub.com/goreleaser/goreleaser/commit/c9068b4b3c6ca3bff2a23c1c3af90f562bd16d17):
fix: properly template builds.gobinary
([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`994d01a`](https://togithub.com/goreleaser/goreleaser/commit/994d01a0ce51d9bf55076526597d3b2ad2568e1d):
fix: remove repetitive words
([#&#8203;4701](https://togithub.com/goreleaser/goreleaser/issues/4701))
([@&#8203;standstaff](https://togithub.com/standstaff))
-
[`306999b`](https://togithub.com/goreleaser/goreleaser/commit/306999b78bf8507b0fa2e0fb52582d90a0f0bd1f):
fix: sort order of brew artifacts
([#&#8203;4617](https://togithub.com/goreleaser/goreleaser/issues/4617))
([@&#8203;brianstrauch](https://togithub.com/brianstrauch))
-
[`8cd325e`](https://togithub.com/goreleaser/goreleaser/commit/8cd325eb5a8536708c50bd90dfca2a81cd9bad4c):
fix: support dir in gomod
([#&#8203;4729](https://togithub.com/goreleaser/goreleaser/issues/4729))
([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`05e8b33`](https://togithub.com/goreleaser/goreleaser/commit/05e8b33a89c6c44f40cac1db5c731c569bc5a253):
fix: use new refresh func
([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`c54e530`](https://togithub.com/goreleaser/goreleaser/commit/c54e530902cc8bb13e25265e7544743752c23cf1):
refactor: moving config load logic to another file
([@&#8203;caarlos0](https://togithub.com/caarlos0))

##### Documentation updates

-
[`df3e799`](https://togithub.com/goreleaser/goreleaser/commit/df3e799bec80fcf4dc611a59846389555c5e793e):
docs(blog): fix broken link
([#&#8203;4704](https://togithub.com/goreleaser/goreleaser/issues/4704))
([@&#8203;alexandear](https://togithub.com/alexandear))
-
[`6353982`](https://togithub.com/goreleaser/goreleaser/commit/6353982e33d11c2e2812e891fc3431ef87b436f2):
docs: Minor edits to 'dockerhub'
([#&#8203;4740](https://togithub.com/goreleaser/goreleaser/issues/4740))
([@&#8203;rfay](https://togithub.com/rfay))
-
[`fd24a00`](https://togithub.com/goreleaser/goreleaser/commit/fd24a00e47f6a80d25cddcbffcfc98ddf2e2c300):
docs: bump setup-go version
([#&#8203;4638](https://togithub.com/goreleaser/goreleaser/issues/4638))
([@&#8203;ddymko](https://togithub.com/ddymko))
-
[`85f213c`](https://togithub.com/goreleaser/goreleaser/commit/85f213c9da5e3984b07fb189099ed4e9d848a58c):
docs: clarify changelog sorting
([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`26c003a`](https://togithub.com/goreleaser/goreleaser/commit/26c003a0760b54b14044e1c0d016b21967995de8):
docs: dockerhub singular
([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`e539e12`](https://togithub.com/goreleaser/goreleaser/commit/e539e1256c654168ab5ebb9b36953ebe42596441):
docs: fix broken links
([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`f0abada`](https://togithub.com/goreleaser/goreleaser/commit/f0abada909d038529f9795e0ad17d93d5842b5e1):
docs: fix default for `build.id` attribute
([#&#8203;4734](https://togithub.com/goreleaser/goreleaser/issues/4734))
([@&#8203;hhromic](https://togithub.com/hhromic))
-
[`e354734`](https://togithub.com/goreleaser/goreleaser/commit/e35473423d6cab2550736b53ba35c7f75c10cd22):
docs: fix dockerhub missing images property
([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`12fe252`](https://togithub.com/goreleaser/goreleaser/commit/12fe25282742829044d01d3117673cacfea06b47):
docs: fix link ([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`79aa2fc`](https://togithub.com/goreleaser/goreleaser/commit/79aa2fc3193c8bae7c471f73f7aaf28f51f4bc3b):
docs: fix typo username in dockerhubs example
([#&#8203;4733](https://togithub.com/goreleaser/goreleaser/issues/4733))
([@&#8203;rfay](https://togithub.com/rfay))
-
[`7baf594`](https://togithub.com/goreleaser/goreleaser/commit/7baf594a132af0abc78edd9b2ce1ca4616db27d2):
docs: sort the GoReleaser configuration YAML code examples
([#&#8203;4652](https://togithub.com/goreleaser/goreleaser/issues/4652))
([@&#8203;cafferata](https://togithub.com/cafferata))
-
[`5073bd1`](https://togithub.com/goreleaser/goreleaser/commit/5073bd1a5fa19254974c55db1b3341fac5bb1453):
docs: update ([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`1f39bdd`](https://togithub.com/goreleaser/goreleaser/commit/1f39bddcb36fc37fa66bdb593fa312b982052292):
docs: update ([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`1a9d3f7`](https://togithub.com/goreleaser/goreleaser/commit/1a9d3f72c6481fec606914d8d59953e2e19e3bd4):
docs: update ([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`84e214a`](https://togithub.com/goreleaser/goreleaser/commit/84e214a8098e4256c1a60084cba4c7d4c688b485):
docs: update ([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`74c0885`](https://togithub.com/goreleaser/goreleaser/commit/74c088548f130626aa25ee7c3f47039397e84102):
docs: update ([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`ec8819a`](https://togithub.com/goreleaser/goreleaser/commit/ec8819a95c5527fae65e5cb41673f5bbc3245fda):
docs: update ([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`f36318b`](https://togithub.com/goreleaser/goreleaser/commit/f36318b6fdd3fe247c60268edd5b7b7b6b6100dd):
docs: update CONTRIBUTING
([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`2c892be`](https://togithub.com/goreleaser/goreleaser/commit/2c892be4f82a2aa0f8d262c63fd8983a236e29db):
docs: update contributing
([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`fa431f3`](https://togithub.com/goreleaser/goreleaser/commit/fa431f313d62baedc80898f2f996412864049d3e):
docs: update docs ([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`5256f06`](https://togithub.com/goreleaser/goreleaser/commit/5256f063d04b795170de18deee2310253cb3699c):
docs: update github action
([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`6262ce5`](https://togithub.com/goreleaser/goreleaser/commit/6262ce5433b9c6658af798fda814400c272f29a5):
docs: update nix.md ([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`b728f52`](https://togithub.com/goreleaser/goreleaser/commit/b728f52f680b123744ad471173bf63bf74f59bea):
docs: update sign docs
([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`932e424`](https://togithub.com/goreleaser/goreleaser/commit/932e4249af95cfedc2fec6f7e98e94313b28dde0):
docs: update users ([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`b31a2ac`](https://togithub.com/goreleaser/goreleaser/commit/b31a2acde96bd8908b22e40936a6b5402529e796):
docs: update users ([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`72a0d9d`](https://togithub.com/goreleaser/goreleaser/commit/72a0d9d29ff9cd4a58d75d68221bae612c37ffe3):
docs: update users.md
([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`0f34ce6`](https://togithub.com/goreleaser/goreleaser/commit/0f34ce6d9f6083b1ddcaedd4401d05f02f20dda8):
docs: updates ([@&#8203;caarlos0](https://togithub.com/caarlos0))

##### Build process updates

-
[`26be62b`](https://togithub.com/goreleaser/goreleaser/commit/26be62be81e11abf8ea3a26009ac1fe0fc6321e3):
build(htmltest): ignroe external broken links
([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`7b03986`](https://togithub.com/goreleaser/goreleaser/commit/7b039862a9d0d0a08d6ed51ca58b067dc2e35d87):
build(nix): update ([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`5102708`](https://togithub.com/goreleaser/goreleaser/commit/5102708de53b4f48960b8d8edad98d79c09847de):
build: exclude test commits from changelog
([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`09b3646`](https://togithub.com/goreleaser/goreleaser/commit/09b36465446d19f2919e816bbaeed46d251d0551):
build: improve changelog grouping
([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`b82abc6`](https://togithub.com/goreleaser/goreleaser/commit/b82abc68ff187c5dd9638a01a72499244752bb2f):
build: mkdocs plugins
([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`87e7cc3`](https://togithub.com/goreleaser/goreleaser/commit/87e7cc36473886c8b390356137225d63a9b6ae51):
build: update flake.nix, taskfile
([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`2eca3c2`](https://togithub.com/goreleaser/goreleaser/commit/2eca3c2c8fd979f2c36e0f8db5ca5ccee55a3f94):
build: update generate workflow
([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`099345f`](https://togithub.com/goreleaser/goreleaser/commit/099345f167922afde832eecc8664ed9508874580):
ci: do not include nightly in releases.json
([@&#8203;caarlos0](https://togithub.com/caarlos0))

**Full Changelog**:
https://github.com/goreleaser/goreleaser/compare/v1.24.0...v1.25.0

##### Helping out

This release is only possible thanks to **all** the support of some
**awesome people**!

Want to be one of them?
You can [sponsor](https://goreleaser.com/sponsors/), get a [Pro
License](https://goreleaser.com/pro) or [contribute with
code](https://goreleaser.com/contributing).

##### Where to go next?

- Find examples and commented usage of all options in our
[website](https://goreleaser.com/intro/).
- Reach out on [Discord](https://discord.gg/RGEBtg8vQ6) and
[Twitter](https://twitter.com/goreleaser)!

<a href="https://goreleaser.com"><img
src="https://raw.githubusercontent.com/goreleaser/artwork/master/opencollective-header.png"
with="100%" alt="GoReleaser logo"></a>

###
[`v1.24.0`](https://togithub.com/goreleaser/goreleaser/releases/tag/v1.24.0)

[Compare
Source](https://togithub.com/goreleaser/goreleaser/compare/v1.23.0...v1.24.0)

##### Changelog

##### New Features

-
[`ee7a1e6`](https://togithub.com/goreleaser/goreleaser/commit/ee7a1e66ab2aff596a2963a5f03b493916befa41):
feat(artifactory): publish source archives too, log when no archives
found
([#&#8203;4586](https://togithub.com/goreleaser/goreleaser/issues/4586))
([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`189aa15`](https://togithub.com/goreleaser/goreleaser/commit/189aa15101a7a2693bddbaf72c3bbe47640cac50):
feat(blob): acl support for s3
([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`e800061`](https://togithub.com/goreleaser/goreleaser/commit/e800061e8620b4ae6bf3d024ef0e30b7b6d447e8):
feat(blob): allow to customize whether to force path style
([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`88ebab0`](https://togithub.com/goreleaser/goreleaser/commit/88ebab066d1ae4d0476c9ec065d7dc526da20248):
feat(blob): cache_control
([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`a342f02`](https://togithub.com/goreleaser/goreleaser/commit/a342f027d7952dfba0a89111d96f6e3feaff27c6):
feat(blob): content disposition
([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`5040227`](https://togithub.com/goreleaser/goreleaser/commit/50402270ab56ab90c872c5e46106f95fc7a060e0):
feat(blob): deprecate disableSSL
([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`0f57398`](https://togithub.com/goreleaser/goreleaser/commit/0f57398745ff5def264b1687f846c07e6254f45f):
feat(blob): deprecate kmskey
([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`b294759`](https://togithub.com/goreleaser/goreleaser/commit/b294759d9550476c7d0fe9b71a511f98eab14ae3):
feat(nfpm): add .Format tmpl var
([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`765d534`](https://togithub.com/goreleaser/goreleaser/commit/765d534c2e480c7e1d15272a71250843e3823b43):
feat(nfpm): support libraries
([#&#8203;4587](https://togithub.com/goreleaser/goreleaser/issues/4587))
([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`1ba3138`](https://togithub.com/goreleaser/goreleaser/commit/1ba3138c679cbd7f330e19d88adaae20c4a32eee):
feat(tmpl): .GitTreeState and .IsGitClean
([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`5d44ed1`](https://togithub.com/goreleaser/goreleaser/commit/5d44ed14fda18831c628109ad297502dfceabb1b):
feat(tmpl): contains ([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`f724460`](https://togithub.com/goreleaser/goreleaser/commit/f724460ac11c213b9323a99c915541511363da93):
feat: --skip=chocolately
([@&#8203;twpayne](https://togithub.com/twpayne))
-
[`5e9f01e`](https://togithub.com/goreleaser/goreleaser/commit/5e9f01e6ea362f5594e56b61b0edcec18c62d82b):
feat: --skip=nfpm ([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`29f30b6`](https://togithub.com/goreleaser/goreleaser/commit/29f30b623ef8f0a19607afab22b3f3a2f9f68172):
feat: deprecated changelog.skip in favor of changelog.disable
([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`12469c4`](https://togithub.com/goreleaser/goreleaser/commit/12469c42515772d6a4c45901d994b64e3c8d632f):
feat: store which action is being taken in the context
([#&#8203;4508](https://togithub.com/goreleaser/goreleaser/issues/4508))
([@&#8203;caarlos0](https://togithub.com/caarlos0))

##### Security updates

-
[`e91a0f5`](https://togithub.com/goreleaser/goreleaser/commit/e91a0f513e88b1f3d4e6dc0eaa2f25496d72d332):
sec(deps): bump github.com/go-git/go-git/v5 from 5.7.0 to 5.11.0
([#&#8203;4505](https://togithub.com/goreleaser/goreleaser/issues/4505))
([@&#8203;dependabot](https://togithub.com/dependabot)\[bot])
-
[`5df54b7`](https://togithub.com/goreleaser/goreleaser/commit/5df54b79ed2bf06c1d531437b7bd124579593652):
sec: do not log env when --verbose
([@&#8203;caarlos0](https://togithub.com/caarlos0))

##### Bug fixes

-
[`ac398de`](https://togithub.com/goreleaser/goreleaser/commit/ac398de727e20033f9d36ad0823419dad22fa512):
fix(brew): improve handling of single os
([#&#8203;4562](https://togithub.com/goreleaser/goreleaser/issues/4562))
([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`917cae5`](https://togithub.com/goreleaser/goreleaser/commit/917cae54f01f4f87b5a2026d450435f3fd842b6a):
fix(config): handle relative git repos
([#&#8203;4575](https://togithub.com/goreleaser/goreleaser/issues/4575))
([@&#8203;aauren](https://togithub.com/aauren))
-
[`2ced7ac`](https://togithub.com/goreleaser/goreleaser/commit/2ced7acdd91988d9bac45a117dd917c92e8ba853):
fix(docker): remove --builder=default from default args when use=buildx
([#&#8203;4566](https://togithub.com/goreleaser/goreleaser/issues/4566))
([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`7f95ff0`](https://togithub.com/goreleaser/goreleaser/commit/7f95ff0a9af4c54644446788239cb8350d1b4b6a):
fix(nix): improve generated derivations
([#&#8203;4582](https://togithub.com/goreleaser/goreleaser/issues/4582))
([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`da30c39`](https://togithub.com/goreleaser/goreleaser/commit/da30c39ccb20641ad75a2dc091a04acc162efdcd):
fix(nix): prevent importing makeWrapper when it's not needed
([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`1e0d269`](https://togithub.com/goreleaser/goreleaser/commit/1e0d269c972755196e757272bea413ff81ce1894):
fix(nix): sourceRoot when using archives.wrap_in_directory
([#&#8203;4550](https://togithub.com/goreleaser/goreleaser/issues/4550))
([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`003a881`](https://togithub.com/goreleaser/goreleaser/commit/003a8815038db80ebfd5798c741c1c482e607ac9):
fix(nix): use stdenvNoCC
([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`0becc41`](https://togithub.com/goreleaser/goreleaser/commit/0becc41508c99dc63f2a8db366e9629db2b8ba9f):
fix(winget): schema ([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`2a71473`](https://togithub.com/goreleaser/goreleaser/commit/2a71473bf6ed6a24ca9301e6d39eb0e94a455270):
fix: Allow using double quotes for templates in Slack notifications
([#&#8203;4555](https://togithub.com/goreleaser/goreleaser/issues/4555))
([@&#8203;jamietanna](https://togithub.com/jamietanna))
-
[`fe1bc52`](https://togithub.com/goreleaser/goreleaser/commit/fe1bc52d6ab0f9af4ac92e200a633d25dd989a04):
fix: build does not run chocolatey
([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`6f72ac3`](https://togithub.com/goreleaser/goreleaser/commit/6f72ac34598e231a26630f70de62ee3ca99fba41):
fix: improve linkedin error message
([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`6e0fc79`](https://togithub.com/goreleaser/goreleaser/commit/6e0fc795eec50fa5bec2ad8e1e020f593045921e):
fix: improve skip details
([#&#8203;4522](https://togithub.com/goreleaser/goreleaser/issues/4522))
([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`9ce21d3`](https://togithub.com/goreleaser/goreleaser/commit/9ce21d3b95ca2ca894bcd96d8f4731951fee0ef1):
fix: invalid jsonschema
([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`6097ea5`](https://togithub.com/goreleaser/goreleaser/commit/6097ea50f50b937f5f9385c803ee95cf4c2b0cd8):
fix: possible nil pointers on logs
([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`e7f4b10`](https://togithub.com/goreleaser/goreleaser/commit/e7f4b10fc6bbac8bedeaab9e1d73e4798d6c138e):
fix: prevent having whitespaces in artifact names
([#&#8203;4515](https://togithub.com/goreleaser/goreleaser/issues/4515))
([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`2ab840b`](https://togithub.com/goreleaser/goreleaser/commit/2ab840b675217918d5c83ed45f6e2a9b0d81bab0):
fix: remove disgo dependency
([#&#8203;4521](https://togithub.com/goreleaser/goreleaser/issues/4521))
([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`a0ead03`](https://togithub.com/goreleaser/goreleaser/commit/a0ead03ef5ab1aa26cbe6897b794ed085e858c3f):
fix: typo in jsonschema
([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`1d44832`](https://togithub.com/goreleaser/goreleaser/commit/1d44832f6b9400224b440239be44a488b5c8893c):
refactor(http): remove redundant `nil` check
([#&#8203;4563](https://togithub.com/goreleaser/goreleaser/issues/4563))
([@&#8203;Juneezee](https://togithub.com/Juneezee))
-
[`bfa9e7f`](https://togithub.com/goreleaser/goreleaser/commit/bfa9e7fd1792d1d464d8371fdbffd6a345a5ce2b):
refactor(winget): improve winget code
([@&#8203;caarlos0](https://togithub.com/caarlos0))

##### Dependency updates

-
[`2de878e`](https://togithub.com/goreleaser/goreleaser/commit/2de878e4187360d93a412441299a47e408ac87cd):
feat(deps): bump github.com/aws/aws-sdk-go from 1.49.0 to 1.49.17
([@&#8203;dependabot](https://togithub.com/dependabot)\[bot])
-
[`5c0c82a`](https://togithub.com/goreleaser/goreleaser/commit/5c0c82afa2febce4fb3b91dd0dd957e74dcf687b):
feat(deps): bump github.com/aws/aws-sdk-go from 1.49.17 to 1.49.18
([@&#8203;dependabot](https://togithub.com/dependabot)\[bot])
-
[`f0bf2d7`](https://togithub.com/goreleaser/goreleaser/commit/f0bf2d756e8d3478ee3ddc00bf09eecabdcb6ac4):
feat(deps): bump github.com/cloudflare/circl from 1.3.5 to 1.3.7
([#&#8203;4525](https://togithub.com/goreleaser/goreleaser/issues/4525))
([@&#8203;dependabot](https://togithub.com/dependabot)\[bot])
-
[`8ac985b`](https://togithub.com/goreleaser/goreleaser/commit/8ac985b9d2bc604f8c61ad491300518b67d0651e):
feat(deps): bump golang from 1.21.5-alpine to 1.21.6-alpine
([@&#8203;dependabot](https://togithub.com/dependabot)\[bot])
-
[`835ee39`](https://togithub.com/goreleaser/goreleaser/commit/835ee39ff4778b1f04481482b5bbb787428e2d6c):
feat(deps): bump golang.org/x/oauth2 from 0.15.0 to 0.16.0
([#&#8203;4528](https://togithub.com/goreleaser/goreleaser/issues/4528))
([@&#8203;dependabot](https://togithub.com/dependabot)\[bot])
-
[`45d2152`](https://togithub.com/goreleaser/goreleaser/commit/45d2152f61d481f0dec742429d01b83798e0ab11):
fix(deps): bump code.gitea.io/sdk/gitea from 0.17.0 to 0.17.1
([#&#8203;4512](https://togithub.com/goreleaser/goreleaser/issues/4512))
([@&#8203;dependabot](https://togithub.com/dependabot)\[bot])
-
[`2a45266`](https://togithub.com/goreleaser/goreleaser/commit/2a452665fbbeea83b1242c3186a13672d5ecdfe2):
fix(deps): bump github.com/goreleaser/nfpm/v2 from 2.35.1 to 2.35.2
([#&#8203;4519](https://togithub.com/goreleaser/goreleaser/issues/4519))
([@&#8203;dependabot](https://togithub.com/dependabot)\[bot])
-
[`bbb6b5c`](https://togithub.com/goreleaser/goreleaser/commit/bbb6b5ce00112fe6f571e61e8884047f18ed33aa):
fix(deps): bump gocloud.dev from 0.35.0 to 0.36.0
([#&#8203;4506](https://togithub.com/goreleaser/goreleaser/issues/4506))
([@&#8203;dependabot](https://togithub.com/dependabot)\[bot])
-
[`dcdd623`](https://togithub.com/goreleaser/goreleaser/commit/dcdd6234fa2aab38599518ba005f5cab9710d0fa):
fix(deps): bump golang.org/x/sync from 0.5.0 to 0.6.0
([#&#8203;4518](https://togithub.com/goreleaser/goreleaser/issues/4518))
([@&#8203;dependabot](https://togithub.com/dependabot)\[bot])

##### Documentation updates

-
[`afd8410`](https://togithub.com/goreleaser/goreleaser/commit/afd841043afe147471a2283d827d73fb2a4a00e5):
docs(blob): update ([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`87aa3b6`](https://togithub.com/goreleaser/goreleaser/commit/87aa3b625131a58eefb53719ae5161de5edf49f0):
docs(blog): fixed backlinks, imported last post
([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`5bff616`](https://togithub.com/goreleaser/goreleaser/commit/5bff6168f6b0dce2f77383104e4fdf68ff6aa757):
docs(blog): import more posts
([#&#8203;4544](https://togithub.com/goreleaser/goreleaser/issues/4544))
([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`29d55a7`](https://togithub.com/goreleaser/goreleaser/commit/29d55a74f8399a38632bc23acb6774a330d375bd):
docs(blog): import more posts
([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`75c23ab`](https://togithub.com/goreleaser/goreleaser/commit/75c23abdca4b7dcf4d458fbe90aec910a0164e22):
docs: GitHub Actions code example
([#&#8203;4516](https://togithub.com/goreleaser/goreleaser/issues/4516))
([@&#8203;cafferata](https://togithub.com/cafferata))
-
[`aea2568`](https://togithub.com/goreleaser/goreleaser/commit/aea2568cacf905f45e189c7591d02d2d7a574645):
docs: add installation links for mkdocs and extensions
([@&#8203;zimeg](https://togithub.com/zimeg))
-
[`e41178c`](https://togithub.com/goreleaser/goreleaser/commit/e41178cf51546c1e3cab06ee000cb94cd0560368):
docs: add more details to the gon integration
([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`66b3daa`](https://togithub.com/goreleaser/goreleaser/commit/66b3daa8d7de283906dc8ebe0259944c032b4c59):
docs: announce v1.23.0
([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`00c2ff7`](https://togithub.com/goreleaser/goreleaser/commit/00c2ff733758f63201811c337f8d043e8fcc9d58):
docs: announce v1.24
([#&#8203;4602](https://togithub.com/goreleaser/goreleaser/issues/4602))
([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`deaa221`](https://togithub.com/goreleaser/goreleaser/commit/deaa221a9b886a56762bea2e2aef8d1b01c72799):
docs: correct a typo in the apple notes
([@&#8203;zimeg](https://togithub.com/zimeg))
-
[`9e02a14`](https://togithub.com/goreleaser/goreleaser/commit/9e02a144cac4c728af065b4caa6ba4ed6a259c44):
docs: document nightly oss install options
([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`c8c7e3e`](https://togithub.com/goreleaser/goreleaser/commit/c8c7e3e78a3911204c861843e0d7564a6a0b5d80):
docs: fix description of AUR directory parameter
([#&#8203;4581](https://togithub.com/goreleaser/goreleaser/issues/4581))
([@&#8203;j178](https://togithub.com/j178))
-
[`1feae08`](https://togithub.com/goreleaser/goreleaser/commit/1feae08de702385d3b03a83bc78fc017911c8c13):
docs: fix typo in link to nightly releases
([@&#8203;zimeg](https://togithub.com/zimeg))
-
[`f62e945`](https://togithub.com/goreleaser/goreleaser/commit/f62e94528f35631b9fa0ca353111c1cc71ac16e5):
docs: format ([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`dd365c2`](https://togithub.com/goreleaser/goreleaser/commit/dd365c2f2371e73225b9597796c440b8f693dfaf):
docs: github changeloger needs tags to be pushed
([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`368db21`](https://togithub.com/goreleaser/goreleaser/commit/368db21212bdbf65b313dce5e45f70aef5debf5b):
docs: ignore medium.com in htmltest
([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`15e77cb`](https://togithub.com/goreleaser/goreleaser/commit/15e77cbc1bbe055e57005e5df64208a29190d4e0):
docs: include a section for running documentation
([@&#8203;zimeg](https://togithub.com/zimeg))
-
[`d15dab3`](https://togithub.com/goreleaser/goreleaser/commit/d15dab3a797e744fac0d0577fc2e3c4ab7a2b758):
docs: little formatting improvements
([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`ea6910a`](https://togithub.com/goreleaser/goreleaser/commit/ea6910a84405728056c7b0d7c0b48e308f71209c):
docs: udpate starcharts url
([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`325cea7`](https://togithub.com/goreleaser/goreleaser/commit/325cea727766bc7456c38911880537fae8dc0c4e):
docs: update ([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`24722b0`](https://togithub.com/goreleaser/goreleaser/commit/24722b0a6a63bc2b4a2bb10db1067a6861bd8b4f):
docs: update ([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`87a2370`](https://togithub.com/goreleaser/goreleaser/commit/87a237066f4fd395c195f53d5c6ea6260ebd2687):
docs: update ([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`2489da3`](https://togithub.com/goreleaser/goreleaser/commit/2489da3a96f695e6698d01928db31dc9a1651cea):
docs: update continue --dist docs
([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`be92144`](https://togithub.com/goreleaser/goreleaser/commit/be921449153e18a67e95250c632e12bc8845b0ea):
docs: update deprecations page
([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`e74c849`](https://togithub.com/goreleaser/goreleaser/commit/e74c849ad469882d892dc8d4ea31e7e575cce3ab):
docs: update docs/readme.md
([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`46c639b`](https://togithub.com/goreleaser/goreleaser/commit/46c639bc8b20136dd47b50df5564cb2318249e29):
docs: update gitlab docs
([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`136b4d5`](https://togithub.com/goreleaser/goreleaser/commit/136b4d5438a64a6a0aaefb6e17c784950e57d17e):
docs: update gon link
([@&#8203;cfabianski](https://togithub.com/cfabianski))
-
[`1134f9b`](https://togithub.com/goreleaser/goreleaser/commit/1134f9b40af38e4609efa29ef36d2cf6055a50ff):
docs: update run script
([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`a4ecc87`](https://togithub.com/goreleaser/goreleaser/commit/a4ecc87986216989e3de9d3056c4147f74642c81):
docs: update users.md
([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`d245afc`](https://togithub.com/goreleaser/goreleaser/commit/d245afc60c95b95b018fe74575f2ec9fdfe494a8):
docs: updated the GitHub Code Search syntax
([#&#8203;4579](https://togithub.com/goreleaser/goreleaser/issues/4579))
([@&#8203;cafferata](https://togithub.com/cafferata))

##### Build process updates

-
[`4d82016`](https://togithub.com/goreleaser/goreleaser/commit/4d820160387f50093c640c06ebf823d4705abce2):
build(nix): shell dont need CC
([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`0c90fb4`](https://togithub.com/goreleaser/goreleaser/commit/0c90fb420b068f6acf3e1558feaefe288308db05):
build: fix generate workflow
([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`48f036b`](https://togithub.com/goreleaser/goreleaser/commit/48f036b5d67d58785955f5f4cf44c4b0c3be9c4a):
build: nix devShell
([#&#8203;4507](https://togithub.com/goreleaser/goreleaser/issues/4507))
([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`90a1bbe`](https://togithub.com/goreleaser/goreleaser/commit/90a1bbe8bbaae72b911f8d9a15701b995a5d409a):
build: publish :nightly docker images
([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`28ced1d`](https://togithub.com/goreleaser/goreleaser/commit/28ced1ddf7e53d8a38c921f8580b966d9cd439f3):
build: remove duplicated schema generation
([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`cbb288b`](https://togithub.com/goreleaser/goreleaser/commit/cbb288be5be892df9c8a86ea5545a83773592d58):
ci: change dependabot commit prefix to chore
([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`8e3b7ef`](https://togithub.com/goreleaser/goreleaser/commit/8e3b7efcfbc63c7cf80fcd2660d6aa6c75895ee6):
ci: dependabot automerge
([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`75c6d1a`](https://togithub.com/goreleaser/goreleaser/commit/75c6d1a580e4ec0b83fb52d7c53587d8113648f7):
ci: improve changelog
([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`f07af4c`](https://togithub.com/goreleaser/goreleaser/commit/f07af4c269be0a1f4acf805b7e2cedd5330f04a8):
ci: remove dependabot auto approve
([@&#8203;caarlos0](https://togithub.com/caarlos0))

**Full Changelog**:
https://github.com/goreleaser/goreleaser/compare/v1.23.0...v1.24.0

##### Helping out

This release is only possible thanks to **all** the support of some
**awesome people**!

Want to be one of them?
You can [sponsor](https://goreleaser.com/sponsors/), get a [Pro
License](https://goreleaser.com/pro) or [contribute with
code](https://goreleaser.com/contributing).

##### Where to go next?

- Find examples and commented usage of all options in our
[website](https://goreleaser.com/intro/).
- Reach out on [Discord](https://discord.gg/RGEBtg8vQ6) and
[Twitter](https://twitter.com/goreleaser)!

<a href="https://goreleaser.com"><img
src="https://raw.githubusercontent.com/goreleaser/artwork/master/opencollective-header.png"
with="100%" alt="GoReleaser logo"></a>

###
[`v1.23.0`](https://togithub.com/goreleaser/goreleaser/releases/tag/v1.23.0)

[Compare
Source](https://togithub.com/goreleaser/goreleaser/compare/v1.22.1...v1.23.0)

##### Changelog

##### New Features

-
[`b149223`](https://togithub.com/goreleaser/goreleaser/commit/b14922322317aa6522d05f6b24856fd89a760bbc):
feat(docs): Update command in SLSA verification blog post
([#&#8203;4420](https://togithub.com/goreleaser/goreleaser/issues/4420))
([@&#8203;laurentsimon](https://togithub.com/laurentsimon))
-
[`ee14837`](https://togithub.com/goreleaser/goreleaser/commit/ee1483712733f4c2db4e13a113a65d6948f4fdef):
feat(homebrew): add os to dependency
([#&#8203;4481](https://togithub.com/go

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 4am on Monday" (UTC),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/DelineaXPM/github-workflows).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yOTMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM2OC4xMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jul 18, 2024
1 parent 34a63bd commit 0776cec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .aqua/aqua.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ packages:
- name: direnv/[email protected]
- name: magefile/[email protected]
- name: charmbracelet/[email protected]
- name: goreleaser/goreleaser@v1.16.0
- name: goreleaser/goreleaser@v1.26.2
- name: mvdan/[email protected]
- name: anchore/[email protected]
- name: golangci/[email protected]
Expand Down

0 comments on commit 0776cec

Please sign in to comment.