Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
91 changes: 90 additions & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,93 @@ release:
# - `replace`: replace existing notes
#
# Default is `keep-existing`.
mode: append
mode: append

checksum:
# Algorithm to be used.
#
# Accepted options are:
# - sha256
# - sha512
# - sha1
# - crc32
# - md5
# - sha224
# - sha384
# - sha3-256
# - sha3-512
# - sha3-224
# - sha3-384
# - blake2s
# - blake2b
#
# Default: 'sha256'.
algorithm: sha256

# If true, will create one checksum file for each artifact.
split: true

# Disable the generation/upload of the checksum file.
disable: false

brews:
-
# Git author used to commit to the repository.
commit_author:
name: goreleaserbot
email: bot@goreleaser.com

# The project name and current git tag are used in the format string.
#
# Templates: allowed.
commit_msg_template: "Brew formula update for {{ .ProjectName }} version {{ .Tag }}"

# Directory inside the repository to put the formula.
directory: Formula

# Caveats for the user of your binary.
# caveats: "How to use this binary"

# Your app's homepage.
#
# Default: inferred from global metadata.
homepage: "https://github.com/pingidentity/pingcli"

# Your app's description.
#
# Templates: allowed.
# Default: inferred from global metadata.
description: "The Ping CLI is a unified command line interface for configuring and managing Ping Identity Services."

# SPDX identifier of your app's license.
#
# Default: inferred from global metadata.
license: "Apache License 2.0"

# Setting this will prevent goreleaser to actually try to commit the updated
# formula - instead, the formula file will be stored on the dist directory
# only, leaving the responsibility of publishing it to the user.
# If set to auto, the release will not be uploaded to the homebrew tap
# in case there is an indicator for prerelease in the tag e.g. v1.0.0-rc1
#
# Templates: allowed.
skip_upload: auto

# So you can `brew test` your formula.
#
# Template: allowed
# test: |
# system "#{bin}/foo --version"
# # ...

# Repository to push the generated files to.
repository:
# Repository owner.
#
# Templates: allowed.
owner: pingidentity

# Repository name.
#
# Templates: allowed.
name: homebrew-tap