site_name: GoReleaser site_url: https://goreleaser.com site_description: Deliver Go binaries as fast and easily as possible copyright: Made with ❤️ by GoReleaser contributors. repo_name: goreleaser/goreleaser repo_url: https://github.com/goreleaser/goreleaser edit_uri: edit/main/www/docs/ theme: name: material custom_dir: docs/overrides language: en logo: static/avatar.png favicon: static/favicon.ico include_search_page: false search_index_only: true palette: - media: "(prefers-color-scheme: light)" # Light mode scheme: default toggle: icon: material/lightbulb-outline name: Switch to light mode - media: "(prefers-color-scheme: dark)" # Dark mode scheme: slate primary: light blue accent: indigo toggle: icon: material/lightbulb name: Switch to dark mode features: - search.suggest - search.highlight - search.share plugins: - search - minify: minify_html: true extra: social: - icon: fontawesome/brands/github-alt link: https://github.com/goreleaser - icon: fontawesome/brands/twitter link: https://twitter.com/goreleaser nav: - Home: index.md - intro.md - install.md - quick-start.md - how-it-works.md - Limitations: - limitations/cgo.md - limitations/semver.md - SCM: - scm/github.md - scm/gitlab.md - scm/gitea.md - Continuous Integration: - About: ci/index.md - ci/actions.md - ci/azurepipelines.md - ci/circle.md - ci/cirrus.md - ci/cloudbuild.md - ci/codefresh.md - ci/drone.md - ci/gitlab.md - ci/jenkins.md - ci/semaphore.md - ci/travis.md - Customization: - About: customization/index.md - Basics: - customization/includes.md - customization/templates.md - customization/env.md - customization/hooks.md - customization/dist.md - customization/project.md - Build: - customization/build.md - customization/gomod.md - customization/monorepo.md - customization/universalbinaries.md - Packaging and Archiving: - customization/archive.md - customization/nfpm.md - customization/checksum.md - customization/snapcraft.md - customization/docker.md - customization/docker_manifest.md - Signing: - Checksums and artifacts: customization/sign.md - Docker Images and Manifests: customization/docker_sign.md - Publish: - customization/release.md - customization/blob.md - customization/fury.md - customization/homebrew.md - customization/gofish.md - customization/krew.md - customization/scoop.md - customization/changelog.md - customization/upload.md - customization/source.md - customization/publishers.md - customization/artifactory.md - customization/milestone.md - customization/snapshots.md - customization/nightly.md - Announce: - About: customization/announce/index.md - customization/announce/discord.md - customization/announce/linkedin.md - customization/announce/mattermost.md - customization/announce/reddit.md - customization/announce/slack.md - customization/announce/smtp.md - customization/announce/teams.md - customization/announce/telegram.md - customization/announce/twitter.md - Command Line Usage: - goreleaser: cmd/goreleaser.md - goreleaser init: cmd/goreleaser_init.md - goreleaser check: cmd/goreleaser_check.md - goreleaser build: cmd/goreleaser_build.md - goreleaser release: cmd/goreleaser_release.md - goreleaser completion: cmd/goreleaser_completion.md - goreleaser jsonschema: cmd/goreleaser_jsonschema.md - Common errors: - errors/dirty.md - errors/multiple-tokens.md - errors/no-main.md - deprecations.md - Cookbooks: - About: cookbooks/index.md - Blog Posts: cookbooks/blog-posts.md - Add a new cookbook: cookbooks/contributing.md - cookbooks//build-go-modules.md - cookbooks/cgo-and-crosscompiling.md - cookbooks/debconf-templates.md - cookbooks/publish-to-nexus.md - cookbooks/release-a-library.md - cookbooks/semantic-release.md - cookbooks/set-a-custom-git-tag.md - cookbooks/using-main.version.md - Community: - sponsors.md - users.md - contributing.md - pro.md - links.md markdown_extensions: - admonition - codehilite - meta - toc: permalink: true - pymdownx.tabbed: alternate_style: true - pymdownx.superfences - pymdownx.tasklist: custom_checkbox: true - footnotes