Skip to content

Commit

Permalink
Merge branch 'main' into logout-cloud
Browse files Browse the repository at this point in the history
  • Loading branch information
kodiakhq[bot] authored May 14, 2024
2 parents eb7b75c + 3732222 commit d6934cf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .goreleaser.nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ includes:
path: .goreleaser.yml

changelog:
skip: true
disable: true

docker_manifests:
- name_template: "flipt/flipt:nightly"
Expand Down
6 changes: 3 additions & 3 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ nightly:
name_template: "{{ incpatch .Version }}-nightly"

changelog:
skip: true
disable: true

dockers:
- dockerfile: ./build/Dockerfile
Expand Down Expand Up @@ -138,9 +138,9 @@ announce:
brews:
- name: flipt
homepage: https://flipt.io
description: An open source, self-hosted feature flag solution
description: Enterprise-ready, GitOps enabled, CloudNative feature management solution
license: GPL-3.0-only
folder: Formula
directory: Formula
skip_upload: auto
install: |
bin.install "flipt"
Expand Down

0 comments on commit d6934cf

Please sign in to comment.