Documentation ¶
There is no documentation for this package.
Directories ¶
Path | Synopsis |
---|---|
dagger
module
|
|
internal
|
|
artifact
Package artifact provides the core artifact storage for goreleaser
|
Package artifact provides the core artifact storage for goreleaser |
builders/golang
Package golang provides a Builder implementation for golang.
|
Package golang provides a Builder implementation for golang. |
client
Package client contains the client implementations for several providers.
|
Package client contains the client implementations for several providers. |
deprecate
Package deprecate provides simple functions to standardize the output of deprecation notices on goreleaser
|
Package deprecate provides simple functions to standardize the output of deprecation notices on goreleaser |
git
Package git provides an integration with the git command
|
Package git provides an integration with the git command |
http
Package http implements functionality common to HTTP uploading pipelines.
|
Package http implements functionality common to HTTP uploading pipelines. |
ids
Package ids provides id validation code used my multiple pipes.
|
Package ids provides id validation code used my multiple pipes. |
linux
Package linux contains functions that are useful to generate linux packages.
|
Package linux contains functions that are useful to generate linux packages. |
middleware
Package middleware define middlewares for Actions.
|
Package middleware define middlewares for Actions. |
pipe
Package pipe provides generic erros for pipes to use.
|
Package pipe provides generic erros for pipes to use. |
pipe/archive
Package archive implements the pipe interface with the intent of archiving and compressing the binaries, readme, and other artifacts.
|
Package archive implements the pipe interface with the intent of archiving and compressing the binaries, readme, and other artifacts. |
pipe/artifactory
Package artifactory provides a Pipe that push to artifactory
|
Package artifactory provides a Pipe that push to artifactory |
pipe/blob
Package blob provides a Pipe that push artifacts to blob supported by Go CDK
|
Package blob provides a Pipe that push artifacts to blob supported by Go CDK |
pipe/brew
Package brew implements the Pipe, providing formula generation and uploading it to a configured repo.
|
Package brew implements the Pipe, providing formula generation and uploading it to a configured repo. |
pipe/build
Package build provides a pipe that can build binaries for several languages.
|
Package build provides a pipe that can build binaries for several languages. |
pipe/changelog
Package changelog provides the release changelog to goreleaser.
|
Package changelog provides the release changelog to goreleaser. |
pipe/checksums
Package checksums provides a Pipe that creates .checksums files for each artifact.
|
Package checksums provides a Pipe that creates .checksums files for each artifact. |
pipe/defaults
Package defaults implements the Pipe interface providing default values for missing configuration.
|
Package defaults implements the Pipe interface providing default values for missing configuration. |
pipe/dist
Package dist provides checks to make sure the dist folder is always empty.
|
Package dist provides checks to make sure the dist folder is always empty. |
pipe/docker
Package docker provides a Pipe that creates and pushes a Docker image
|
Package docker provides a Pipe that creates and pushes a Docker image |
pipe/env
Package env implements the Pipe interface providing validation of missing environment variables needed by the release process.
|
Package env implements the Pipe interface providing validation of missing environment variables needed by the release process. |
pipe/git
Package git implements the Pipe interface getting and validating the current git repository state
|
Package git implements the Pipe interface getting and validating the current git repository state |
pipe/nfpm
Package nfpm implements the Pipe interface providing NFPM bindings.
|
Package nfpm implements the Pipe interface providing NFPM bindings. |
pipe/project
Package project sets "high level" defaults related to the project.
|
Package project sets "high level" defaults related to the project. |
pipe/publish
Package publish contains the publishing pipe.
|
Package publish contains the publishing pipe. |
pipe/put
Package put provides a Pipe that push using HTTP PUT
|
Package put provides a Pipe that push using HTTP PUT |
pipe/release
Package release implements Pipe and manages github releases and its artifacts.
|
Package release implements Pipe and manages github releases and its artifacts. |
pipe/s3
Package s3 provides a Pipe that push artifacts to s3/minio
|
Package s3 provides a Pipe that push artifacts to s3/minio |
pipe/scoop
Package scoop provides a Pipe that generates a scoop.sh App Manifest and pushes it to a bucket
|
Package scoop provides a Pipe that generates a scoop.sh App Manifest and pushes it to a bucket |
pipe/snapcraft
Package snapcraft implements the Pipe interface providing Snapcraft bindings.
|
Package snapcraft implements the Pipe interface providing Snapcraft bindings. |
pipe/snapshot
Package snapshot provides the snapshoting functionality to goreleaser.
|
Package snapshot provides the snapshoting functionality to goreleaser. |
pipeline
Package pipeline provides generic erros for pipes to use.
|
Package pipeline provides generic erros for pipes to use. |
semerrgroup
Package semerrgroup wraps a error group with a semaphore with configurable size, so you can control the number of tasks being executed simultaneously.
|
Package semerrgroup wraps a error group with a semaphore with configurable size, so you can control the number of tasks being executed simultaneously. |
static
Package static contains static "text" files, just because embedding real static files would be kind of an overengineering right now, so it's just strings in go code really.
|
Package static contains static "text" files, just because embedding real static files would be kind of an overengineering right now, so it's just strings in go code really. |
testlib
Package testlib contains test helpers for goreleaser tests.
|
Package testlib contains test helpers for goreleaser tests. |
tmpl
Package tmpl provides templating utilities for goreleser
|
Package tmpl provides templating utilities for goreleser |
pkg
|
|
archive
Package archive provides tar.gz and zip archiving
|
Package archive provides tar.gz and zip archiving |
archive/gzip
Package gzip implements the Archive interface providing gz archiving and compression.
|
Package gzip implements the Archive interface providing gz archiving and compression. |
archive/targz
Package targz implements the Archive interface providing tar.gz archiving and compression.
|
Package targz implements the Archive interface providing tar.gz archiving and compression. |
archive/zip
Package zip implements the Archive interface providing zip archiving and compression.
|
Package zip implements the Archive interface providing zip archiving and compression. |
build
Package build provides the API for external builders
|
Package build provides the API for external builders |
config
Package config contains the model and loader of the goreleaser configuration file.
|
Package config contains the model and loader of the goreleaser configuration file. |
context
Package context provides gorelease context which is passed through the pipeline.
|
Package context provides gorelease context which is passed through the pipeline. |
defaults
Package defaults make the list of Defaulter implementations available so projects extending GoReleaser are able to use it, namely, GoDownloader.
|
Package defaults make the list of Defaulter implementations available so projects extending GoReleaser are able to use it, namely, GoDownloader. |
Click to show internal directories.
Click to hide internal directories.