{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":77071454,"defaultBranch":"main","name":"goreleaser","ownerLogin":"goreleaser","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2016-12-21T17:13:39.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/24697112?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1718137694.0","currentOid":""},"activityList":{"items":[{"before":null,"after":"384381ed7c9801d963faf63b7d52bdd9e1be6ed8","ref":"refs/heads/dependabot/go_modules/github.com/Azure/azure-sdk-for-go/sdk/azidentity-1.6.0","pushedAt":"2024-06-11T20:28:14.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"chore(deps): bump github.com/Azure/azure-sdk-for-go/sdk/azidentity\n\nBumps [github.com/Azure/azure-sdk-for-go/sdk/azidentity](https://github.com/Azure/azure-sdk-for-go) from 1.5.1 to 1.6.0.\n- [Release notes](https://github.com/Azure/azure-sdk-for-go/releases)\n- [Changelog](https://github.com/Azure/azure-sdk-for-go/blob/main/documentation/release.md)\n- [Commits](https://github.com/Azure/azure-sdk-for-go/compare/sdk/internal/v1.5.1...sdk/azcore/v1.6.0)\n\n---\nupdated-dependencies:\n- dependency-name: github.com/Azure/azure-sdk-for-go/sdk/azidentity\n dependency-type: indirect\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"chore(deps): bump github.com/Azure/azure-sdk-for-go/sdk/azidentity"}},{"before":"f5c4fce822dace73bd578a12f7bf14ea307a42bd","after":"8244d52f08bdcdd5b410a76a37507e3985cf64bf","ref":"refs/heads/main","pushedAt":"2024-06-11T13:00:48.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"caarlos0","name":"Carlos Alexandro Becker","path":"/caarlos0","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/245435?s=80&v=4"},"commit":{"message":"docs: clean up nfpm docs","shortMessageHtmlLink":"docs: clean up nfpm docs"}},{"before":"c46c0036223c8e1268d58955ffea19c6e72add34","after":"3d0afef42b0b155204f4203a62db6252477b0236","ref":"refs/heads/no-arti","pushedAt":"2024-06-11T12:46:02.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"caarlos0","name":"Carlos Alexandro Becker","path":"/caarlos0","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/245435?s=80&v=4"},"commit":{"message":"fix: rename prop, add tests","shortMessageHtmlLink":"fix: rename prop, add tests"}},{"before":"22622e0a3774a0e4da9bfa488c919658ce0da26e","after":null,"ref":"refs/heads/build-auto-snapshot","pushedAt":"2024-06-11T12:34:42.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"caarlos0","name":"Carlos Alexandro Becker","path":"/caarlos0","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/245435?s=80&v=4"}},{"before":"ac40ce8a805e64db605dc5a2d8b99e63886373b2","after":"f5c4fce822dace73bd578a12f7bf14ea307a42bd","ref":"refs/heads/main","pushedAt":"2024-06-11T12:34:41.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"caarlos0","name":"Carlos Alexandro Becker","path":"/caarlos0","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/245435?s=80&v=4"},"commit":{"message":"feat: build --auto-snapshot (#4917)\n\ncloses #4891","shortMessageHtmlLink":"feat: build --auto-snapshot (#4917)"}},{"before":"0d50a78ddd205e5233fe751fe03a55e5d4bc81bb","after":"22622e0a3774a0e4da9bfa488c919658ce0da26e","ref":"refs/heads/build-auto-snapshot","pushedAt":"2024-06-11T12:34:32.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"caarlos0","name":"Carlos Alexandro Becker","path":"/caarlos0","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/245435?s=80&v=4"},"commit":{"message":"test: fix","shortMessageHtmlLink":"test: fix"}},{"before":"65a3e06e9227a0818799c9065887567f1bed37ac","after":"ac40ce8a805e64db605dc5a2d8b99e63886373b2","ref":"refs/heads/main","pushedAt":"2024-06-11T12:29:56.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"caarlos0","name":"Carlos Alexandro Becker","path":"/caarlos0","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/245435?s=80&v=4"},"commit":{"message":"feat(chocolatey): allow template in copyright, provide ctx.ReleaseNotes (#4858)\n\n\r\n\r\n\r\n\r\n\r\nThis PR allows `chocolateys.copyright` to be templated, and provides\r\n`ctx.ReleaseNotes` as `.Changelog`.\r\n\r\n\r\n\r\nAllowing templates for the copyright will enable, for example:\r\n\r\n```yaml\r\nchocolateys:\r\n- ...\r\n copyright: Copyright (c) 1970-{{ .Now.Format \"2006\" }} Foo Bar\r\n ...\r\n```\r\n\r\nWithout this change:\r\n\r\n```xml\r\n\r\n\r\n \r\n ...\r\n Copyright (c) 1970-{{ .Now.Format "2006" }} Foo Bar\r\n ...\r\n \r\n ...\r\n\r\n```\r\n\r\nWith this change:\r\n\r\n```xml\r\n\r\n\r\n \r\n ...\r\n Copyright (c) 1970-2024 Foo Bar\r\n ...\r\n \r\n ...\r\n\r\n```\r\n\r\n---\r\n\r\nProviding the release notes means they can be placed directly in the\r\npackage page instead of linking to them, for example:\r\n\r\n```yaml\r\nchocolateys:\r\n- ...\r\n release_notes: '{{ .Changelog }}'\r\n ...\r\n```\r\n\r\nWithout this change:\r\n\r\n```console\r\n❯ goreleaser release --skip=sign,announce,publish --clean\r\n • starting release...\r\n ...\r\n • chocolatey packages\r\n ⨯ release failed after 4s error=template: failed to apply \"{{ .Changelog }}\": template: failed to apply \"{{ .Changelog }}\": map has no entry for key \"Changelog\"\r\n```\r\n\r\nWith this change:\r\n\r\n```xml\r\n\r\n\r\n \r\n ...\r\n ## Changelog ### Other * cfa5cbfa5 test \r\n ...\r\n \r\n ...\r\n\r\n```\r\n\r\n\r\n\r\n---\r\n\r\nThese are already supported for WinGet.\r\n\r\nThere is probably a better way of doing this, and I've probably also\r\nmissed something, so feedback is welcome!","shortMessageHtmlLink":"feat(chocolatey): allow template in copyright, provide ctx.ReleaseNot…"}},{"before":"cefec7c58bd8ece27bf13c7ac897a9e0b0ce0635","after":"65a3e06e9227a0818799c9065887567f1bed37ac","ref":"refs/heads/main","pushedAt":"2024-06-11T12:25:17.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"caarlos0","name":"Carlos Alexandro Becker","path":"/caarlos0","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/245435?s=80&v=4"},"commit":{"message":"feat(archive): support `.tzst` suffix (#4870)\n\nSee :\r\n\r\n> When '-a' option is in effect, zstd compression is selected if the\r\n> destination archive name ends in '.zst' or '.tzst'.\r\n\r\n---------\r\n\r\nCo-authored-by: Carlos Alexandro Becker ","shortMessageHtmlLink":"feat(archive): support .tzst suffix (#4870)"}},{"before":"f3fce3df5bd88ccea3d902d071918b7f4b6de8b2","after":"cefec7c58bd8ece27bf13c7ac897a9e0b0ce0635","ref":"refs/heads/main","pushedAt":"2024-06-11T12:23:50.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"caarlos0","name":"Carlos Alexandro Becker","path":"/caarlos0","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/245435?s=80&v=4"},"commit":{"message":"feat(nfpm): support arm in termux (#4901)\n\nThis adds `arm` support for termux (arch needs to be called `arm` as\r\nwell).\r\n\r\n---\r\n\r\nOk this drove me nuts, but I think I've got it working now:\r\nhttps://github.com/carapace-sh/carapace-bin/releases/tag/v1.0.3\r\n\r\n1. First of all most of the `android` targets need `CGO_ENABLED=1`.\r\n\r\n2. Then there's the need for a [patched\r\nruntime](https://github.com/carapace-sh/go/tree/master/termux) due to\r\nthe `/data/data/com.termux/files` prefix (adopted from the [golang\r\npackage](https://github.com/termux/termux-packages/tree/master/packages/golang)).\r\n\r\n3. Two builds so that for termux the patched `gobinary` can be used.\r\nThen add a `termux` suffix to the archives for clarity.\r\n\r\n```yaml\r\nbuilds:\r\n - id: default\r\n env:\r\n - CGO_ENABLED=0\r\n goos:\r\n - linux\r\n - windows\r\n - darwin\r\n main: ./cmd/carapace\r\n binary: carapace\r\n tags:\r\n - release\r\n - id: termux\r\n env:\r\n - CGO_ENABLED=1\r\n goos:\r\n - android\r\n goarch:\r\n - amd64\r\n - arm64\r\n - arm\r\n - \"386\"\r\n main: ./cmd/carapace\r\n binary: carapace\r\n tags:\r\n - release\r\n gobinary: go-termux\r\narchives:\r\n - name_template: '{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}'\r\n builds:\r\n - default\r\n format_overrides:\r\n - goos: windows\r\n format: zip\r\n - id: termux\r\n builds:\r\n - termux\r\n name_template: '{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}.termux'\r\n```\r\n\r\n4. Compiling needs the [Android NDK](https://developer.android.com/ndk)\r\nwith the `CC` environment variable set. I used a\r\n[script](https://github.com/carapace-sh/go/blob/master/go-termux.sh) for\r\nthis (`/usr/local/bin/go-termux`).\r\n\r\n```sh\r\n#!/bin/bash\r\n\r\nbindir=\"/opt/android-sdk/ndk/${NDK_VERSION}/toolchains/llvm/prebuilt/linux-x86_64/bin\"\r\n[ \"$GOARCH\" = \"amd64\" ] && export CC=\"$bindir/x86_64-linux-android${ANDROID_VERSION}-clang\"\r\n[ \"$GOARCH\" = \"arm64\" ] && export CC=\"$bindir/aarch64-linux-android${ANDROID_VERSION}-clang\"\r\n[ \"$GOARCH\" = \"arm\" ] && export CC=\"$bindir/armv7a-linux-androideabi${ANDROID_VERSION}-clang\"\r\n[ \"$GOARCH\" = \"386\" ] && export CC=\"$bindir/i686-linux-android${ANDROID_VERSION}-clang\"\r\n\r\nexec /usr/local/go-termux/bin/go \"$@\"\r\n```\r\n\r\n5. There's [termux-apt-repo](https://github.com/termux/termux-apt-repo)\r\nwhich makes repo creation pretty easy with `gh_pages`. Just needs a\r\n[fix](https://github.com/termux/termux-apt-repo/pull/25) as goreleaser\r\nuses `data.tar.gz`.\r\n\r\nrelated #3333\r\nrelated #4812 \r\nrelated https://github.com/termux/termux-apt-repo/pull/25","shortMessageHtmlLink":"feat(nfpm): support arm in termux (#4901)"}},{"before":"9b29059d1146e4231a3eb1e239c9c50283aaf227","after":null,"ref":"refs/heads/skip-archive","pushedAt":"2024-06-11T12:23:22.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"caarlos0","name":"Carlos Alexandro Becker","path":"/caarlos0","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/245435?s=80&v=4"}},{"before":"39e62beadcee3c754e32a126e736a2da0473b668","after":"f3fce3df5bd88ccea3d902d071918b7f4b6de8b2","ref":"refs/heads/main","pushedAt":"2024-06-11T12:23:22.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"caarlos0","name":"Carlos Alexandro Becker","path":"/caarlos0","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/245435?s=80&v=4"},"commit":{"message":"feat: --skip=archive (#4916)\n\ncloses #4905","shortMessageHtmlLink":"feat: --skip=archive (#4916)"}},{"before":"2d54bf0211497e4ea66d2e0aafaea8feee86be1f","after":"39e62beadcee3c754e32a126e736a2da0473b668","ref":"refs/heads/main","pushedAt":"2024-06-11T12:22:45.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"caarlos0","name":"Carlos Alexandro Becker","path":"/caarlos0","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/245435?s=80&v=4"},"commit":{"message":"docs: fix links","shortMessageHtmlLink":"docs: fix links"}},{"before":"b39244ea82be0ce5a1881ecaf544ca5b9820d091","after":null,"ref":"refs/heads/sign-no-notary","pushedAt":"2024-06-11T12:20:49.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"caarlos0","name":"Carlos Alexandro Becker","path":"/caarlos0","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/245435?s=80&v=4"}},{"before":"1e076de70895fd49b93b80ce1bdd2396180edd84","after":"2d54bf0211497e4ea66d2e0aafaea8feee86be1f","ref":"refs/heads/main","pushedAt":"2024-06-11T12:20:48.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"caarlos0","name":"Carlos Alexandro Becker","path":"/caarlos0","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/245435?s=80&v=4"},"commit":{"message":"feat(notary): allow to sign without notarizing (#4919)\n\ncloses #4890\r\n\r\n- [x] docs\r\n- [ ] tests","shortMessageHtmlLink":"feat(notary): allow to sign without notarizing (#4919)"}},{"before":"684c1805864e5f29acc204e34e1770eb74918d15","after":"1e076de70895fd49b93b80ce1bdd2396180edd84","ref":"refs/heads/main","pushedAt":"2024-06-11T02:37:45.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"caarlos0","name":"Carlos Alexandro Becker","path":"/caarlos0","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/245435?s=80&v=4"},"commit":{"message":"chore: auto-update generated files","shortMessageHtmlLink":"chore: auto-update generated files"}},{"before":"618496b940ac7b8c4b61ab02253fdffb133a0a34","after":"684c1805864e5f29acc204e34e1770eb74918d15","ref":"refs/heads/main","pushedAt":"2024-06-11T01:45:54.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"caarlos0","name":"Carlos Alexandro Becker","path":"/caarlos0","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/245435?s=80&v=4"},"commit":{"message":"chore: go mod tidy\n\nSigned-off-by: Carlos Alexandro Becker ","shortMessageHtmlLink":"chore: go mod tidy"}},{"before":"a5487271d30caea6701709581b82844225d32597","after":"b39244ea82be0ce5a1881ecaf544ca5b9820d091","ref":"refs/heads/sign-no-notary","pushedAt":"2024-06-09T23:25:33.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"caarlos0","name":"Carlos Alexandro Becker","path":"/caarlos0","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/245435?s=80&v=4"},"commit":{"message":"docs: update","shortMessageHtmlLink":"docs: update"}},{"before":null,"after":"c46c0036223c8e1268d58955ffea19c6e72add34","ref":"refs/heads/no-arti","pushedAt":"2024-06-09T23:15:55.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"caarlos0","name":"Carlos Alexandro Becker","path":"/caarlos0","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/245435?s=80&v=4"},"commit":{"message":"feat(blob): allow to upload only extra_files\n\nSigned-off-by: Carlos Alexandro Becker ","shortMessageHtmlLink":"feat(blob): allow to upload only extra_files"}},{"before":"6c31ca556f60627507d28507ec454469511154ac","after":"618496b940ac7b8c4b61ab02253fdffb133a0a34","ref":"refs/heads/main","pushedAt":"2024-06-09T23:14:25.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"caarlos0","name":"Carlos Alexandro Becker","path":"/caarlos0","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/245435?s=80&v=4"},"commit":{"message":"Revert \"fix(blobs): do not upload artifacts if ids is set to empty (#4921)\"\n\nThis reverts commit 5d7631f713fc339422bdd5232e2e45feb2d23b50.\n\nThis commit would actually be a breaking change, so let's revert it.","shortMessageHtmlLink":"Revert \"fix(blobs): do not upload artifacts if ids is set to empty (#…"}},{"before":"5d7631f713fc339422bdd5232e2e45feb2d23b50","after":"6c31ca556f60627507d28507ec454469511154ac","ref":"refs/heads/main","pushedAt":"2024-06-09T22:58:56.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"caarlos0","name":"Carlos Alexandro Becker","path":"/caarlos0","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/245435?s=80&v=4"},"commit":{"message":"test: ensure yaml parsing difference from [] to nil\n\nrefs #4921\nrefs #4920","shortMessageHtmlLink":"test: ensure yaml parsing difference from [] to nil"}},{"before":"f588b07adce446704d6a5c5665a2e6e510b50f17","after":"5d7631f713fc339422bdd5232e2e45feb2d23b50","ref":"refs/heads/main","pushedAt":"2024-06-09T22:56:06.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"caarlos0","name":"Carlos Alexandro Becker","path":"/caarlos0","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/245435?s=80&v=4"},"commit":{"message":"fix(blobs): do not upload artifacts if ids is set to empty (#4921)\n\n\r\n\r\n\r\n\r\n\r\nCloses https://github.com/goreleaser/goreleaser/issues/4920\r\n\r\n\r\n\r\n...\r\n\r\n\r\n\r\n...","shortMessageHtmlLink":"fix(blobs): do not upload artifacts if ids is set to empty (#4921)"}},{"before":"88a49c5c06756f2f47fdec74fd05f393c438c6d8","after":"f588b07adce446704d6a5c5665a2e6e510b50f17","ref":"refs/heads/main","pushedAt":"2024-06-09T22:31:41.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"caarlos0","name":"Carlos Alexandro Becker","path":"/caarlos0","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/245435?s=80&v=4"},"commit":{"message":"docs: added the missing deprecation notices deep link to v2 section (#4922)\n\nAdded the missing deprecation notices deep link to v2 section.\r\n\r\n> If you keep up with the [deprecation notices][notices], it's likely\r\nyou don't need to do anything.\r\n\r\n__","shortMessageHtmlLink":"docs: added the missing deprecation notices deep link to v2 section (#…"}},{"before":null,"after":"a5487271d30caea6701709581b82844225d32597","ref":"refs/heads/sign-no-notary","pushedAt":"2024-06-06T03:14:26.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"caarlos0","name":"Carlos Alexandro Becker","path":"/caarlos0","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/245435?s=80&v=4"},"commit":{"message":"feat(notary): allow to sign without notarizing\n\ncloses #4890","shortMessageHtmlLink":"feat(notary): allow to sign without notarizing"}},{"before":"69bc4e214abcae28d5eeb1b510a3bea2b2cc413e","after":"58aafb821da7b588f94c6a0b3a30de519e6f0179","ref":"refs/heads/gitlab","pushedAt":"2024-06-06T02:04:31.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"caarlos0","name":"Carlos Alexandro Becker","path":"/caarlos0","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/245435?s=80&v=4"},"commit":{"message":"refactor: better func name","shortMessageHtmlLink":"refactor: better func name"}},{"before":"107f10132b8e7ce770ee0405aa9c9ec20b9623b2","after":"69bc4e214abcae28d5eeb1b510a3bea2b2cc413e","ref":"refs/heads/gitlab","pushedAt":"2024-06-06T02:03:35.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"caarlos0","name":"Carlos Alexandro Becker","path":"/caarlos0","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/245435?s=80&v=4"},"commit":{"message":"refactor: improve","shortMessageHtmlLink":"refactor: improve"}},{"before":"b9b0dcd4abb1ea10b1fcbe334a8b99ab60f74c04","after":"107f10132b8e7ce770ee0405aa9c9ec20b9623b2","ref":"refs/heads/gitlab","pushedAt":"2024-06-06T02:02:15.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"caarlos0","name":"Carlos Alexandro Becker","path":"/caarlos0","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/245435?s=80&v=4"},"commit":{"message":"fix: better errors when using CI_JOB_TOKEN with unavailable apis","shortMessageHtmlLink":"fix: better errors when using CI_JOB_TOKEN with unavailable apis"}},{"before":null,"after":"b9b0dcd4abb1ea10b1fcbe334a8b99ab60f74c04","ref":"refs/heads/gitlab","pushedAt":"2024-06-06T01:42:50.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"caarlos0","name":"Carlos Alexandro Becker","path":"/caarlos0","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/245435?s=80&v=4"},"commit":{"message":"fix(gitlab): use CI_DEFAULT_BRANCH when available","shortMessageHtmlLink":"fix(gitlab): use CI_DEFAULT_BRANCH when available"}},{"before":null,"after":"0d50a78ddd205e5233fe751fe03a55e5d4bc81bb","ref":"refs/heads/build-auto-snapshot","pushedAt":"2024-06-06T01:32:48.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"caarlos0","name":"Carlos Alexandro Becker","path":"/caarlos0","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/245435?s=80&v=4"},"commit":{"message":"feat: build --auto-snapshot\n\ncloses #4891","shortMessageHtmlLink":"feat: build --auto-snapshot"}},{"before":null,"after":"9b29059d1146e4231a3eb1e239c9c50283aaf227","ref":"refs/heads/skip-archive","pushedAt":"2024-06-06T01:16:09.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"caarlos0","name":"Carlos Alexandro Becker","path":"/caarlos0","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/245435?s=80&v=4"},"commit":{"message":"feat: --skip=archive\n\ncloses #4905","shortMessageHtmlLink":"feat: --skip=archive"}},{"before":"d84738094d38c446b49155504ec70140a3c5a23a","after":"88a49c5c06756f2f47fdec74fd05f393c438c6d8","ref":"refs/heads/main","pushedAt":"2024-06-06T01:10:56.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"caarlos0","name":"Carlos Alexandro Becker","path":"/caarlos0","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/245435?s=80&v=4"},"commit":{"message":"docs: improve docker documentation\n\ncloses #4913","shortMessageHtmlLink":"docs: improve docker documentation"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEYqK4QAA","startCursor":null,"endCursor":null}},"title":"Activity · goreleaser/goreleaser"}