Skip to content

Tags: edward-yakop/goreleaser

Tags

v0.149.0

Toggle v0.149.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
chore: fmt

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>

v0.148.0

Toggle v0.148.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
fix(ci): allow arm64 docker builds

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>

v0.147.2

Toggle v0.147.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: improving URLs on linuxbrew (goreleaser#1900)

* fix: improving URLs on linuxbrew

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>

* refactor: rename template fields

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>

* fix(tests): adapts brew test formulas and docs

* Revert "fix(tests): adapts brew test formulas and docs"

This reverts commit 51dd8cf.

* fix: template

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>

* docs: fixed example

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>

Co-authored-by: Manuel Vogel <mavogel@posteo.de>

v0.147.1

Toggle v0.147.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: dont fail if there is a .go directory (goreleaser#1899)

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>

v0.147.0

Toggle v0.147.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
docs: fix wording

v0.146.0

Toggle v0.146.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: ensure uniqueness of brew's bin.install (goreleaser#1876)

This patch ensures that there are no duplicate `bin.install` statements added to the homebrew formula. It resolves several upstream issues including ory/homebrew-kratos#1 and others.

Closes ory/homebrew-kratos#1

v0.145.0

Toggle v0.145.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: allow to disable archive binary count check (goreleaser#1856)

closes goreleaser#1855

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>

v0.144.1

Toggle v0.144.1's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
fix: archive check when project is a library

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>

v0.144.0

Toggle v0.144.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: break the release if archive has different binary counts for eac…

…h platform (goreleaser#1841)

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>

v0.143.0

Toggle v0.143.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: do not default goos/goarch/goarm if targets is provided (gorelea…

…ser#1789)

* fix: do not default goos/goarch/goarm if targets is provided

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>

* test: fixed

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>