Skip to content

Commit

Permalink
fix: update configurations
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos Alexandro Becker <[email protected]>
  • Loading branch information
caarlos0 committed Aug 23, 2024
1 parent 6bf44fb commit fa389c7
Show file tree
Hide file tree
Showing 10 changed files with 18 additions and 22 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,6 @@ jobs:
- uses: docker/setup-qemu-action@v3
- uses: docker/setup-buildx-action@v3
- run: sudo snap install snapcraft --classic
# https://github.com/goreleaser/goreleaser/issues/1715
- run: |
mkdir -p $HOME/.cache/snapcraft/download
mkdir -p $HOME/.cache/snapcraft/stage-packages
- uses: goreleaser/goreleaser-action@v6
with:
version: latest
Expand Down
4 changes: 2 additions & 2 deletions goreleaser-enterprise.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ sboms:
artifacts: source

snapshot:
name_template: "{{ incpatch .Version }}-snapshot"
version_template: "{{ incpatch .Version }}-snapshot"

nightly:
name_template: "{{ incpatch .Version }}-devel"
version_template: "{{ incpatch .Version }}-devel"

signs:
- cmd: cosign
Expand Down
4 changes: 2 additions & 2 deletions goreleaser-full.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -217,10 +217,10 @@ sboms:
artifacts: source

snapshot:
name_template: "{{ incpatch .Version }}-snapshot"
version_template: "{{ incpatch .Version }}-snapshot"

nightly:
name_template: "{{ incpatch .Version }}-devel"
version_template: "{{ incpatch .Version }}-devel"

changelog:
sort: asc
Expand Down
4 changes: 2 additions & 2 deletions goreleaser-glow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -205,10 +205,10 @@ sboms:
artifacts: source

snapshot:
name_template: "{{ incpatch .Version }}-snapshot"
version_template: "{{ incpatch .Version }}-snapshot"

nightly:
name_template: "{{ incpatch .Version }}-devel"
version_template: "{{ incpatch .Version }}-devel"

changelog:
sort: asc
Expand Down
4 changes: 2 additions & 2 deletions goreleaser-mods.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -199,10 +199,10 @@ sboms:
artifacts: source

snapshot:
name_template: "{{ incpatch .Version }}-snapshot"
version_template: "{{ incpatch .Version }}-snapshot"

nightly:
name_template: "{{ incpatch .Version }}-devel"
version_template: "{{ incpatch .Version }}-devel"

changelog:
sort: asc
Expand Down
4 changes: 2 additions & 2 deletions goreleaser-semi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -214,10 +214,10 @@ sboms:
artifacts: source

snapshot:
name_template: "{{ incpatch .Version }}-snapshot"
version_template: "{{ incpatch .Version }}-snapshot"

nightly:
name_template: "{{ incpatch .Version }}-devel"
version_template: "{{ incpatch .Version }}-devel"

changelog:
sort: asc
Expand Down
4 changes: 2 additions & 2 deletions goreleaser-simple.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -165,10 +165,10 @@ sboms:
artifacts: source

snapshot:
name_template: "{{ incpatch .Version }}-snapshot"
version_template: "{{ incpatch .Version }}-snapshot"

nightly:
name_template: "{{ incpatch .Version }}-devel"
version_template: "{{ incpatch .Version }}-devel"

changelog:
sort: asc
Expand Down
4 changes: 2 additions & 2 deletions goreleaser-soft-serve.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -231,10 +231,10 @@ sboms:
artifacts: source

snapshot:
name_template: "{{ incpatch .Version }}-snapshot"
version_template: "{{ incpatch .Version }}-snapshot"

nightly:
name_template: "{{ incpatch .Version }}-devel"
version_template: "{{ incpatch .Version }}-devel"

changelog:
sort: asc
Expand Down
4 changes: 2 additions & 2 deletions goreleaser-vhs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -221,10 +221,10 @@ sboms:
artifacts: source

snapshot:
name_template: "{{ incpatch .Version }}-snapshot"
version_template: "{{ incpatch .Version }}-snapshot"

nightly:
name_template: "{{ incpatch .Version }}-devel"
version_template: "{{ incpatch .Version }}-devel"

changelog:
sort: asc
Expand Down
4 changes: 2 additions & 2 deletions goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -160,10 +160,10 @@ sboms:
artifacts: source

snapshot:
name_template: "{{ incpatch .Version }}-snapshot"
version_template: "{{ incpatch .Version }}-snapshot"

nightly:
name_template: "{{ incpatch .Version }}-devel"
version_template: "{{ incpatch .Version }}-devel"

changelog:
sort: asc
Expand Down

0 comments on commit fa389c7

Please sign in to comment.