Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/goreleaser/goreleaser

Deliver Go binaries as fast and easily as possible
https://github.com/goreleaser/goreleaser

fix(nix): improve generated derivations (#4582)

- use stdenvNoCC instead of pkgs.stdenvNoCC
- always include stdenvNoCC, even if no deps
- use...

7f95ff0a9af4c54644446788239cb8350d1b4b6a authored 11 months ago by Carlos Alexandro Becker <[email protected]>
chore(deps): bump github.com/atc0005/go-teams-notify/v2 from 2.8.0 to 2.9.0 (#4577)

Bumps
[github.com/atc0005/go-teams-notify/v2](https://github.com/atc0005/go-teams-notify)
from...

d3383153eec03295b55ae713f0df6e0e2030adce authored 11 months ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
docs: updated the GitHub Code Search syntax (#4579)

Found that the GitHub Code Search syntax did not work (anymore).

**Before**

![before](ht...

d245afc60c95b95b018fe74575f2ec9fdfe494a8 authored 11 months ago by Jeffrey Cafferata <[email protected]>
docs: fix description of AUR directory parameter (#4581)

c8c7e3e78a3911204c861843e0d7564a6a0b5d80 authored 11 months ago by Jo <[email protected]>
fix: typo in jsonschema

Signed-off-by: Carlos Alexandro Becker <[email protected]>

a0ead03ef5ab1aa26cbe6897b794ed085e858c3f authored 11 months ago by Carlos Alexandro Becker <[email protected]>
chore(deps): bump codecov/codecov-action from 3.1.4 to 3.1.5 (#4576)

Bumps
[codecov/codecov-action](https://github.com/codecov/codecov-action) from
3.1.4 to 3.1.5....

ab123fa3a41fa890b8eb4ebf033fca836b4108af authored 11 months ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
chore(deps): bump github.com/google/uuid from 1.5.0 to 1.6.0 (#4571)

Bumps [github.com/google/uuid](https://github.com/google/uuid) from
1.5.0 to 1.6.0.
<details>
...

bdc4d1c782a67c6c471bd82336bda95e1c4d44ee authored 11 months ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
chore(deps): bump github.com/aws/aws-sdk-go from 1.50.1 to 1.50.2 (#4570)

Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go)
from 1.50.1 to 1.50.2.
<d...

d301ffab3598e826e92fc3bd2e05f29fd203deb7 authored 11 months ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
chore(deps): bump golang from `fd78f2f` to `51a7800` (#4569)

Bumps golang from `fd78f2f` to `51a7800`.

[![Dependabot compatibility
score](https://depen...

fe49a119e6eb86fc88550515aa56a8cc62a6eb0c authored 11 months ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
chore: fix typo in .editorconfig

b17d3d42846f6709d6f99dfb42b0fa86c7e25711 authored 11 months ago by Carlos Alexandro Becker <[email protected]>
chore(deps): bump anchore/sbom-action from 0.15.4 to 0.15.5 (#4567)

Bumps [anchore/sbom-action](https://github.com/anchore/sbom-action) from
0.15.4 to 0.15.5.
<de...

472b87127c39a4c6b110eabb264ae250c5d20589 authored 12 months ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
chore(deps): bump github.com/aws/aws-sdk-go from 1.50.0 to 1.50.1 (#4568)

Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go)
from 1.50.0 to 1.50.1.
<d...

2e1d587515f1c9c82e0a0d967fb7295b19f92bd9 authored 12 months ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
fix(docker): remove --builder=default from default args when use=buildx (#4566)

refs #4392

Signed-off-by: Carlos Alexandro Becker <[email protected]>

2ced7acdd91988d9bac45a117dd917c92e8ba853 authored 12 months ago by Carlos Alexandro Becker <[email protected]>
chore(deps): bump github.com/aws/aws-sdk-go from 1.49.24 to 1.50.0 (#4564)

Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go)
from 1.49.24 to 1.50.0.
<...

c6bc25ca69c8c93672b636acc1eed8f7f0a77a03 authored 12 months ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
chore: add gnupg to devshell

Signed-off-by: Carlos Alexandro Becker <[email protected]>

323426fe573f43f00f5cfa25d11668e82a1d6637 authored 12 months ago by Carlos Alexandro Becker <[email protected]>
refactor(winget): improve winget code

Signed-off-by: Carlos Alexandro Becker <[email protected]>

bfa9e7fd1792d1d464d8371fdbffd6a345a5ce2b authored 12 months ago by Carlos Alexandro Becker <[email protected]>
docs: update continue --dist docs

closes #4551

Signed-off-by: Carlos Alexandro Becker <[email protected]>

2489da3a96f695e6698d01928db31dc9a1651cea authored 12 months ago by Carlos Alexandro Becker <[email protected]>
refactor(http): remove redundant `nil` check (#4563)

From the Go specification [^1]:

> "3. If the map is nil, the number of iterations is 0."

T...

1d44832f6b9400224b440239be44a488b5c8893c authored 12 months ago by Eng Zer Jun <[email protected]>
fix: possible nil pointers on logs

refs https://github.com/goreleaser/goreleaser/pull/3966/files#r1460694856

Signed-off-by: Carlos...

6097ea50f50b937f5f9385c803ee95cf4c2b0cd8 authored 12 months ago by Carlos Alexandro Becker <[email protected]>
fix(brew): improve handling of single os (#4562)

- refactors brew template into separated files using embed.FS
- moves the macos and linux packa...

ac398de727e20033f9d36ad0823419dad22fa512 authored 12 months ago by Carlos Alexandro Becker <[email protected]>
fix: Allow using double quotes for templates in Slack notifications (#4555)

As noted in #4556, when we're using a double quote, for use with a
template variable or functio...

2a71473bf6ed6a24ca9301e6d39eb0e94a455270 authored 12 months ago by Jamie Tanna <[email protected]>
chore(deps): bump actions/dependency-review-action from 3 to 4 (#4559)

Bumps
[actions/dependency-review-action](https://github.com/actions/dependency-review-action)
...

116a034c8a6975919af4168f05cd853c78ca9227 authored 12 months ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
chore(deps): bump anchore/sbom-action from 0.15.3 to 0.15.4 (#4558)

39e5cad1c877d6464db97ae0492584280859bcd8 authored 12 months ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
chore(deps): bump github.com/aws/aws-sdk-go from 1.49.23 to 1.49.24 (#4560)

4a41e823e29783856b56b189310545ea5ba51192 authored 12 months ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
chore(deps): bump github.com/google/go-containerregistry from 0.17.0 to 0.18.0 (#4553)

Bumps
[github.com/google/go-containerregistry](https://github.com/google/go-containerregistry)
...

e767714d07f460f9b489e57df87d01a0b31acb47 authored 12 months ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
chore(deps): bump github.com/aws/aws-sdk-go from 1.49.22 to 1.49.23 (#4552)

Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go)
from 1.49.22 to 1.49.23.
...

fb6b3bd221b95d8b20df91102ef94f188a6c4883 authored 12 months ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
chore(deps): bump github.com/xanzy/go-gitlab from 0.95.2 to 0.96.0 (#4554)

Bumps [github.com/xanzy/go-gitlab](https://github.com/xanzy/go-gitlab)
from 0.95.2 to 0.96.0.
...

5bdb3a80781e3b4fbe09dc3348d9c5638c679979 authored 12 months ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
fix(nix): sourceRoot when using archives.wrap_in_directory (#4550)

If `archives.[*].wrap_in_directory` is set, it'll create a folder inside
the archive file, usua...

1e0d269c972755196e757272bea413ff81ce1894 authored 12 months ago by Carlos Alexandro Becker <[email protected]>
feat(tmpl): .GitTreeState and .IsGitClean

Avoids having too much template if blocks inside the configuration file.

1ba3138c679cbd7f330e19d88adaae20c4a32eee authored 12 months ago by Carlos Alexandro Becker <[email protected]>
docs: little formatting improvements

d15dab3a797e744fac0d0577fc2e3c4ab7a2b758 authored 12 months ago by Carlos Alexandro Becker <[email protected]>
feat(tmpl): contains

closes https://github.com/orgs/goreleaser/discussions/4548

5d44ed14fda18831c628109ad297502dfceabb1b authored 12 months ago by Carlos Alexandro Becker <[email protected]>
chore(deps): bump actions/cache from 3.3.3 to 4.0.0 (#4546)

Bumps [actions/cache](https://github.com/actions/cache) from 3.3.3 to
4.0.0.
<details>
<summa...

c22d52fb1e4005ecb75cdbb4951a1edc7c0e07b6 authored 12 months ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
chore(deps): bump github.com/aws/aws-sdk-go from 1.49.21 to 1.49.22 (#4547)

Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go)
from 1.49.21 to 1.49.22.
...

c1a21fdfc49a5eb2ebfe8d1c34ad9657575682ec authored 12 months ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
docs: update

Signed-off-by: Carlos Alexandro Becker <[email protected]>

87a237066f4fd395c195f53d5c6ea6260ebd2687 authored 12 months ago by Carlos Alexandro Becker <[email protected]>
docs(blog): import more posts (#4544)

refs #3503

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

---------...

5bff6168f6b0dce2f77383104e4fdf68ff6aa757 authored 12 months ago by Carlos Alexandro Becker <[email protected]>
docs: ignore medium.com in htmltest

368db21212bdbf65b313dce5e45f70aef5debf5b authored 12 months ago by Carlos Alexandro Becker <[email protected]>
docs: update docs/readme.md

e74c849ad469882d892dc8d4ea31e7e575cce3ab authored 12 months ago by Carlos Alexandro Becker <[email protected]>
docs: include a section for running documentation

15e77cbc1bbe055e57005e5df64208a29190d4e0 authored 12 months ago by Ethan Zimbelman <[email protected]>
docs: add installation links for mkdocs and extensions

aea2568cacf905f45e189c7591d02d2d7a574645 authored 12 months ago by Ethan Zimbelman <[email protected]>
docs: correct a typo in the apple notes

deaa221a9b886a56762bea2e2aef8d1b01c72799 authored 12 months ago by Ethan Zimbelman <[email protected]>
fix(nix): use stdenvNoCC

closes #4538

Signed-off-by: Carlos Alexandro Becker <[email protected]>

003a8815038db80ebfd5798c741c1c482e607ac9 authored 12 months ago by Carlos Alexandro Becker <[email protected]>
chore(deps): bump cachix/install-nix-action from 24 to 25

Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 24 to 25.
-...

1b1261adec160c928f77d34a47965e2257b44a4c authored 12 months ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
chore(deps): bump github.com/aws/aws-sdk-go from 1.49.19 to 1.49.21

Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.49.19 to 1.49.21.
- ...

738418d490745a854ce72c390a91a3f404b6ddee authored 12 months ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
docs: fix typo in link to nightly releases

1feae08de702385d3b03a83bc78fc017911c8c13 authored 12 months ago by Ethan Zimbelman <[email protected]>
feat: deprecated changelog.skip in favor of changelog.disable

Signed-off-by: Carlos Alexandro Becker <[email protected]>

29f30b623ef8f0a19607afab22b3f3a2f9f68172 authored 12 months ago by Carlos Alexandro Becker <[email protected]>
docs: add more details to the gon integration

refs #4493

e41178cf51546c1e3cab06ee000cb94cd0560368 authored 12 months ago by Carlos Alexandro Becker <[email protected]>
docs: update gon link

136b4d5438a64a6a0aaefb6e17c784950e57d17e authored 12 months ago by Cédric Fabianski <[email protected]>
docs: update

Signed-off-by: Carlos Alexandro Becker <[email protected]>

325cea727766bc7456c38911880537fae8dc0c4e authored 12 months ago by Carlos Alexandro Becker <[email protected]>
fix: build does not run chocolatey

fe1bc52d6ab0f9af4ac92e200a633d25dd989a04 authored 12 months ago by Carlos Alexandro Becker <[email protected]>
chore(deps): bump golang.org/x/tools from 0.16.1 to 0.17.0

Bumps [golang.org/x/tools](https://github.com/golang/tools) from 0.16.1 to 0.17.0.
- [Release no...

73ad0d10686e66f6cf0edc3de9f36b4503b47f43 authored 12 months ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
ci: remove dependabot auto approve

it doesnt work

Signed-off-by: Carlos Alexandro Becker <[email protected]>

f07af4c269be0a1f4acf805b7e2cedd5330f04a8 authored 12 months ago by Carlos Alexandro Becker <[email protected]>
chore(deps): bump actions/cache from 3.3.2 to 3.3.3

Bumps [actions/cache](https://github.com/actions/cache) from 3.3.2 to 3.3.3.
- [Release notes](h...

bf799e284f3d532d3a0d31af1f4c1644e7a0b676 authored 12 months ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
chore(deps): bump github.com/aws/aws-sdk-go from 1.49.18 to 1.49.19

Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.49.18 to 1.49.19.
- ...

72b8163776d72d860d3ea3b55a31acffccb0f806 authored 12 months ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
ci: change dependabot commit prefix to chore

Signed-off-by: Carlos Alexandro Becker <[email protected]>

cbb288be5be892df9c8a86ea5545a83773592d58 authored 12 months ago by Carlos Alexandro Becker <[email protected]>
ci: dependabot automerge

8e3b7efcfbc63c7cf80fcd2660d6aa6c75895ee6 authored 12 months ago by Carlos Alexandro Becker <[email protected]>
feat(deps): bump github.com/aws/aws-sdk-go from 1.49.17 to 1.49.18

Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.49.17 to 1.49.18.
- ...

5c0c82afa2febce4fb3b91dd0dd957e74dcf687b authored 12 months ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
feat(deps): bump golang from 1.21.5-alpine to 1.21.6-alpine

Bumps golang from 1.21.5-alpine to 1.21.6-alpine.

---
updated-dependencies:
- dependency-name: ...

8ac985b9d2bc604f8c61ad491300518b67d0651e authored 12 months ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
feat(deps): bump github.com/aws/aws-sdk-go from 1.49.0 to 1.49.17

Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.49.0 to 1.49.17.
- [...

2de878e4187360d93a412441299a47e408ac87cd authored 12 months ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
feat: --skip=chocolately

f724460ac11c213b9323a99c915541511363da93 authored 12 months ago by Tom Payne <[email protected]>
docs: update

24722b0a6a63bc2b4a2bb10db1067a6861bd8b4f authored 12 months ago by Carlos Alexandro Becker <[email protected]>
docs: document nightly oss install options

9e02a144cac4c728af065b4caa6ba4ed6a259c44 authored 12 months ago by Carlos Alexandro Becker <[email protected]>
docs(blob): update

afd841043afe147471a2283d827d73fb2a4a00e5 authored 12 months ago by Carlos Alexandro Becker <[email protected]>
feat(blob): content disposition

Signed-off-by: Carlos Alexandro Becker <[email protected]>

a342f027d7952dfba0a89111d96f6e3feaff27c6 authored 12 months ago by Carlos Alexandro Becker <[email protected]>
docs: update deprecations page

be921449153e18a67e95250c632e12bc8845b0ea authored 12 months ago by Carlos Alexandro Becker <[email protected]>
feat(blob): deprecate disableSSL

Signed-off-by: Carlos Alexandro Becker <[email protected]>

50402270ab56ab90c872c5e46106f95fc7a060e0 authored 12 months ago by Carlos Alexandro Becker <[email protected]>
feat(blob): deprecate kmskey

0f57398745ff5def264b1687f846c07e6254f45f authored 12 months ago by Carlos Alexandro Becker <[email protected]>
feat(blob): cache_control

Co-authored-by: Carlos Henrique Guardão Gandarez <[email protected]>
Signed-off-by: Carlos Alex...

88ebab066d1ae4d0476c9ec065d7dc526da20248 authored 12 months ago by Carlos Alexandro Becker <[email protected]>
chore: go mod tidy

Signed-off-by: Carlos Alexandro Becker <[email protected]>

4af022b98a80d7048f08488b28df4f6019889886 authored 12 months ago by Carlos Alexandro Becker <[email protected]>
feat(blob): acl support for s3

Signed-off-by: Carlos Alexandro Becker <[email protected]>
Co-authored-by: warji...

189aa15101a7a2693bddbaf72c3bbe47640cac50 authored 12 months ago by Carlos Alexandro Becker <[email protected]>
feat(blob): allow to customize whether to force path style

Signed-off-by: Carlos Alexandro Becker <[email protected]>
Co-authored-by: warji...

e800061e8620b4ae6bf3d024ef0e30b7b6d447e8 authored 12 months ago by Carlos Alexandro Becker <[email protected]>
chore(deps): bump anchore/sbom-action from 0.15.2 to 0.15.3 (#4526)

Bumps [anchore/sbom-action](https://github.com/anchore/sbom-action) from
0.15.2 to 0.15.3.
<de...

1d9f15ddf6959b0f86beb3ed6b10e28c78954ca4 authored 12 months ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
feat(deps): bump golang.org/x/oauth2 from 0.15.0 to 0.16.0 (#4528)

835ee39ff4778b1f04481482b5bbb787428e2d6c authored 12 months ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
feat(deps): bump github.com/cloudflare/circl from 1.3.5 to 1.3.7 (#4525)

f0bf2d756e8d3478ee3ddc00bf09eecabdcb6ac4 authored 12 months ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
feat: --skip=nfpm

5e9f01e6ea362f5594e56b61b0edcec18c62d82b authored 12 months ago by Carlos Alexandro Becker <[email protected]>
build: publish :nightly docker images

closes #4501

90a1bbe8bbaae72b911f8d9a15701b995a5d409a authored 12 months ago by Carlos Alexandro Becker <[email protected]>
fix: prevent having whitespaces in artifact names (#4515)

refs #4513

this does not prevent the `dist` filepath to have spaces in it, although
that's l...

e7f4b10fc6bbac8bedeaab9e1d73e4798d6c138e authored 12 months ago by Carlos Alexandro Becker <[email protected]>
fix: improve skip details (#4522)

log all skip reasons instead of only one, using a multierror.Error to
merge them all.

refs h...

6e0fc795eec50fa5bec2ad8e1e020f593045921e authored 12 months ago by Carlos Alexandro Becker <[email protected]>
chore(pro): schema update

Signed-off-by: Carlos Alexandro Becker <[email protected]>

e56ec30a8006085c2235c9586bf6405faddb37f9 authored 12 months ago by Carlos Alexandro Becker <[email protected]>
fix(deps): bump gocloud.dev from 0.35.0 to 0.36.0 (#4506)

Bumps [gocloud.dev](https://github.com/google/go-cloud) from 0.35.0 to
0.36.0.
<details>
<sum...

bbb6b5ce00112fe6f571e61e8884047f18ed33aa authored 12 months ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
fix(deps): bump golang.org/x/sync from 0.5.0 to 0.6.0 (#4518)

Bumps [golang.org/x/sync](https://github.com/golang/sync) from 0.5.0 to
0.6.0.
<details>
<sum...

dcdd6234fa2aab38599518ba005f5cab9710d0fa authored 12 months ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
fix(deps): bump code.gitea.io/sdk/gitea from 0.17.0 to 0.17.1 (#4512)

Bumps code.gitea.io/sdk/gitea from 0.17.0 to 0.17.1.

[![Dependabot compatibility
score](ht...

45d2152f61d481f0dec742429d01b83798e0ab11 authored 12 months ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
docs: udpate starcharts url

ea6910a84405728056c7b0d7c0b48e308f71209c authored 12 months ago by Carlos Alexandro Becker <[email protected]>
fix(deps): bump github.com/goreleaser/nfpm/v2 from 2.35.1 to 2.35.2 (#4519)

Bumps
[github.com/goreleaser/nfpm/v2](https://github.com/goreleaser/nfpm) from
2.35.1 to 2.35....

2a452665fbbeea83b1242c3186a13672d5ecdfe2 authored 12 months ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
fix: remove disgo dependency (#4521)

closes #4520

it was easy enough to remove it :)

2ab840b675217918d5c83ed45f6e2a9b0d81bab0 authored 12 months ago by Carlos Alexandro Becker <[email protected]>
fix(winget): schema

Signed-off-by: Carlos Alexandro Becker <[email protected]>

0becc41508c99dc63f2a8db366e9629db2b8ba9f authored 12 months ago by Carlos Alexandro Becker <[email protected]>
docs: GitHub Actions code example (#4516)

I've changed the GitHub Action workflow code example to be more inline
with the code example on...

75c23abdca4b7dcf4d458fbe90aec910a0164e22 authored 12 months ago by Jeffrey Cafferata <[email protected]>
chore(deps): bump anchore/sbom-action from 0.15.1 to 0.15.2 (#4514)

Bumps [anchore/sbom-action](https://github.com/anchore/sbom-action) from
0.15.1 to 0.15.2.
<de...

fdd5d89dcf64552ce932fa613eac369b9d5cc809 authored almost 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
build: remove duplicated schema generation

Signed-off-by: Carlos Alexandro Becker <[email protected]>

28ced1ddf7e53d8a38c921f8580b966d9cd439f3 authored about 1 year ago by Carlos Alexandro Becker <[email protected]>
chore: update schema

Signed-off-by: Carlos Alexandro Becker <[email protected]>

424fc6cf622f1ddc36ae2231ad4d74709536dd8d authored about 1 year ago by Carlos Alexandro Becker <[email protected]>
fix: invalid jsonschema

closes https://github.com/goreleaser/goreleaser/issues/4511

Signed-off-by: Carlos Alexandro Bec...

9ce21d3b95ca2ca894bcd96d8f4731951fee0ef1 authored about 1 year ago by Carlos Alexandro Becker <[email protected]>
chore: update flake

Signed-off-by: Carlos Alexandro Becker <[email protected]>

5296d350dcf70a0de9eec1ab837704a214634de2 authored about 1 year ago by Carlos Alexandro Becker <[email protected]>
feat: store which action is being taken in the context (#4508)

refs #4504

Signed-off-by: Carlos Alexandro Becker <[email protected]>

12469c42515772d6a4c45901d994b64e3c8d632f authored about 1 year ago by Carlos Alexandro Becker <[email protected]>
build: nix devShell (#4507)

<!--

Hi, thanks for contributing!

Please make sure you read our CONTRIBUTING guide.

Als...

48f036b5d67d58785955f5f4cf44c4b0c3be9c4a authored about 1 year ago by Carlos Alexandro Becker <[email protected]>
sec(deps): bump github.com/go-git/go-git/v5 from 5.7.0 to 5.11.0 (#4505)

Bumps [github.com/go-git/go-git/v5](https://github.com/go-git/go-git)
from 5.7.0 to 5.11.0.
<d...

e91a0f513e88b1f3d4e6dc0eaa2f25496d72d332 authored about 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
docs: update run script

Signed-off-by: Carlos Alexandro Becker <[email protected]>

1134f9b40af38e4609efa29ef36d2cf6055a50ff authored about 1 year ago by Carlos Alexandro Becker <[email protected]>
docs: announce v1.23.0

Signed-off-by: Carlos Alexandro Becker <[email protected]>

66b3daa8d7de283906dc8ebe0259944c032b4c59 authored about 1 year ago by Carlos Alexandro Becker <[email protected]>
chore: docs auto-update

f64fa9fc175db5b98537ff9830291b0b92f879b7 authored about 1 year ago by actions-user <[email protected]>
build: fix generate workflow

Signed-off-by: Carlos Alexandro Becker <[email protected]>

0c90fb420b068f6acf3e1558feaefe288308db05 authored about 1 year ago by Carlos Alexandro Becker <[email protected]>
docs: fix broken link

Signed-off-by: Carlos Alexandro Becker <[email protected]>

3ec68fbf8c3a1b16ca0f69aeccfb93765685b643 authored about 1 year ago by Carlos Alexandro Becker <[email protected]>
docs: update details about cosign and certificate

closes https://github.com/goreleaser/goreleaser/issues/4503

429ddb175075ff00412be1b6206127c03fd53966 authored about 1 year ago by Carlos Alexandro Becker <[email protected]>