Skip to content

Commit

Permalink
feat: enable prerelease detection in goreleaser
Browse files Browse the repository at this point in the history
This makes GoReleaser automatically detect prereleases based on the Git
version tag.
  • Loading branch information
aymanbagabas committed Aug 30, 2024
1 parent 45b26dc commit 2009c0f
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions goreleaser-enterprise.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ docker_signs:
- "--yes"

release:
prerelease: auto
footer:
from_url:
url: https://raw.githubusercontent.com/charmbracelet/meta/main/footer.md
1 change: 1 addition & 0 deletions goreleaser-full.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -352,6 +352,7 @@ docker_signs:
- "--yes"

release:
prerelease: auto
footer:
from_url:
url: https://raw.githubusercontent.com/charmbracelet/meta/main/footer.md
1 change: 1 addition & 0 deletions goreleaser-glow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -329,6 +329,7 @@ docker_signs:
- "--yes"

release:
prerelease: auto
footer:
from_url:
url: https://raw.githubusercontent.com/charmbracelet/meta/main/footer.md
Expand Down
1 change: 1 addition & 0 deletions goreleaser-lib.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ changelog:
order: 9999

release:
prerelease: auto
footer:
from_url:
url: https://raw.githubusercontent.com/charmbracelet/meta/main/footer_lib.md
1 change: 1 addition & 0 deletions goreleaser-mods.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,7 @@ signs:
output: true

release:
prerelease: auto
footer:
from_url:
url: https://raw.githubusercontent.com/charmbracelet/meta/main/footer.md
1 change: 1 addition & 0 deletions goreleaser-semi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -349,6 +349,7 @@ docker_signs:
- "--yes"

release:
prerelease: auto
footer:
from_url:
url: https://raw.githubusercontent.com/charmbracelet/meta/main/footer.md
1 change: 1 addition & 0 deletions goreleaser-simple.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,7 @@ signs:
output: true

release:
prerelease: auto
footer:
from_url:
url: https://raw.githubusercontent.com/charmbracelet/meta/main/footer.md
1 change: 1 addition & 0 deletions goreleaser-soft-serve.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -366,6 +366,7 @@ docker_signs:
- "--yes"

release:
prerelease: auto
footer:
from_url:
url: https://raw.githubusercontent.com/charmbracelet/meta/main/footer.md
1 change: 1 addition & 0 deletions goreleaser-vhs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -334,6 +334,7 @@ docker_signs:
- "--yes"

release:
prerelease: auto
footer:
from_url:
url: https://raw.githubusercontent.com/charmbracelet/meta/main/footer.md
1 change: 1 addition & 0 deletions goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,7 @@ docker_signs:
- "--yes"

release:
prerelease: auto
footer:
from_url:
url: https://raw.githubusercontent.com/charmbracelet/meta/main/footer.md

0 comments on commit 2009c0f

Please sign in to comment.