2020-05-10 21:57:11 +02:00
|
|
|
site_name: GoReleaser
|
2021-04-09 16:34:39 +02:00
|
|
|
site_url: https://goreleaser.com
|
2020-05-10 21:57:11 +02:00
|
|
|
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
|
2021-11-12 22:23:32 +02:00
|
|
|
edit_uri: edit/main/www/docs/
|
2020-05-10 21:57:11 +02:00
|
|
|
|
|
|
|
theme:
|
|
|
|
name: material
|
|
|
|
custom_dir: docs/overrides
|
|
|
|
language: en
|
|
|
|
logo: static/avatar.png
|
2020-05-10 22:20:59 +02:00
|
|
|
favicon: static/favicon.ico
|
2020-05-10 22:57:40 +02:00
|
|
|
include_search_page: false
|
|
|
|
search_index_only: true
|
2021-04-09 16:34:39 +02:00
|
|
|
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
|
2021-05-27 19:54:34 +02:00
|
|
|
primary: light blue
|
|
|
|
accent: indigo
|
2021-04-09 16:34:39 +02:00
|
|
|
toggle:
|
|
|
|
icon: material/lightbulb
|
|
|
|
name: Switch to dark mode
|
2021-10-30 14:43:54 +02:00
|
|
|
features:
|
|
|
|
- search.suggest
|
|
|
|
- search.highlight
|
|
|
|
- search.share
|
2020-05-10 21:57:11 +02:00
|
|
|
|
|
|
|
plugins:
|
2021-10-30 14:43:54 +02:00
|
|
|
- search
|
2020-05-10 23:59:21 +02:00
|
|
|
- minify:
|
|
|
|
minify_html: true
|
2020-05-10 22:50:33 +02:00
|
|
|
|
2020-05-10 21:57:11 +02:00
|
|
|
extra:
|
2020-05-10 22:48:55 +02:00
|
|
|
social:
|
|
|
|
- icon: fontawesome/brands/github-alt
|
|
|
|
link: https://github.com/goreleaser
|
|
|
|
- icon: fontawesome/brands/twitter
|
|
|
|
link: https://twitter.com/goreleaser
|
2020-05-10 22:57:40 +02:00
|
|
|
|
2020-05-10 21:57:11 +02:00
|
|
|
nav:
|
|
|
|
- Home: index.md
|
2020-05-10 23:59:21 +02:00
|
|
|
- intro.md
|
2020-05-10 21:57:11 +02:00
|
|
|
- install.md
|
|
|
|
- quick-start.md
|
2021-11-12 05:58:06 +02:00
|
|
|
- how-it-works.md
|
2020-05-10 21:57:11 +02:00
|
|
|
- Limitations:
|
|
|
|
- limitations/cgo.md
|
2020-05-19 15:12:24 +02:00
|
|
|
- limitations/semver.md
|
2021-07-10 19:11:37 +02:00
|
|
|
- SCM:
|
|
|
|
- scm/github.md
|
|
|
|
- scm/gitlab.md
|
|
|
|
- scm/gitea.md
|
2020-05-10 21:57:11 +02:00
|
|
|
- Continuous Integration:
|
|
|
|
- About: ci/index.md
|
|
|
|
- ci/actions.md
|
2021-10-14 14:43:03 +02:00
|
|
|
- ci/azurepipelines.md
|
2020-05-10 21:57:11 +02:00
|
|
|
- ci/circle.md
|
2020-07-14 19:32:09 +02:00
|
|
|
- ci/cirrus.md
|
2020-05-10 21:57:11 +02:00
|
|
|
- ci/cloudbuild.md
|
|
|
|
- ci/codefresh.md
|
|
|
|
- ci/drone.md
|
2020-05-19 15:12:24 +02:00
|
|
|
- ci/gitlab.md
|
2020-05-19 03:15:47 +02:00
|
|
|
- ci/jenkins.md
|
2020-05-19 15:12:24 +02:00
|
|
|
- ci/semaphore.md
|
|
|
|
- ci/travis.md
|
2020-05-10 21:57:11 +02:00
|
|
|
- Customization:
|
|
|
|
- About: customization/index.md
|
2021-09-28 03:43:00 +02:00
|
|
|
- Basics:
|
|
|
|
- customization/includes.md
|
|
|
|
- customization/templates.md
|
|
|
|
- customization/env.md
|
|
|
|
- customization/hooks.md
|
|
|
|
- customization/dist.md
|
|
|
|
- customization/project.md
|
|
|
|
- Build:
|
|
|
|
- customization/build.md
|
2022-06-11 04:04:16 +02:00
|
|
|
- customization/verifiable_builds.md
|
2021-09-28 03:43:00 +02:00
|
|
|
- customization/monorepo.md
|
2021-10-12 19:55:43 +02:00
|
|
|
- customization/universalbinaries.md
|
2021-09-28 03:43:00 +02:00
|
|
|
- Packaging and Archiving:
|
|
|
|
- customization/archive.md
|
|
|
|
- customization/nfpm.md
|
|
|
|
- customization/checksum.md
|
|
|
|
- customization/snapcraft.md
|
|
|
|
- customization/docker.md
|
|
|
|
- customization/docker_manifest.md
|
2021-12-12 05:21:51 +02:00
|
|
|
- customization/sbom.md
|
2021-09-28 03:43:00 +02:00
|
|
|
- Signing:
|
|
|
|
- Checksums and artifacts: customization/sign.md
|
|
|
|
- Docker Images and Manifests: customization/docker_sign.md
|
|
|
|
- Publish:
|
2021-11-11 14:37:58 +02:00
|
|
|
- customization/release.md
|
2022-04-14 19:23:59 +02:00
|
|
|
- customization/snapshots.md
|
|
|
|
- customization/nightlies.md
|
2021-09-28 03:43:00 +02:00
|
|
|
- customization/blob.md
|
|
|
|
- customization/fury.md
|
|
|
|
- customization/homebrew.md
|
2022-01-20 19:59:39 +02:00
|
|
|
- customization/aur.md
|
2021-11-11 14:37:58 +02:00
|
|
|
- customization/krew.md
|
2021-09-28 03:43:00 +02:00
|
|
|
- customization/scoop.md
|
2021-10-04 14:32:30 +02:00
|
|
|
- customization/changelog.md
|
2021-09-28 03:43:00 +02:00
|
|
|
- customization/upload.md
|
|
|
|
- customization/source.md
|
2021-11-11 14:37:58 +02:00
|
|
|
- customization/publishers.md
|
|
|
|
- customization/artifactory.md
|
2021-09-28 03:43:00 +02:00
|
|
|
- customization/milestone.md
|
|
|
|
- Announce:
|
|
|
|
- About: customization/announce/index.md
|
|
|
|
- customization/announce/discord.md
|
2021-11-07 02:05:04 +02:00
|
|
|
- customization/announce/linkedin.md
|
|
|
|
- customization/announce/mattermost.md
|
2021-09-28 03:43:00 +02:00
|
|
|
- customization/announce/reddit.md
|
|
|
|
- customization/announce/slack.md
|
|
|
|
- customization/announce/smtp.md
|
|
|
|
- customization/announce/teams.md
|
2021-10-07 15:01:31 +02:00
|
|
|
- customization/announce/telegram.md
|
2021-11-07 02:05:04 +02:00
|
|
|
- customization/announce/twitter.md
|
2022-01-08 19:46:27 +02:00
|
|
|
- customization/announce/webhook.md
|
2021-04-22 15:45:36 +02:00
|
|
|
- Command Line Usage:
|
|
|
|
- goreleaser: cmd/goreleaser.md
|
|
|
|
- goreleaser init: cmd/goreleaser_init.md
|
|
|
|
- goreleaser check: cmd/goreleaser_check.md
|
2022-05-10 02:46:38 +02:00
|
|
|
- goreleaser changelog: cmd/goreleaser_changelog.md
|
2021-04-22 15:45:36 +02:00
|
|
|
- goreleaser build: cmd/goreleaser_build.md
|
|
|
|
- goreleaser release: cmd/goreleaser_release.md
|
|
|
|
- goreleaser completion: cmd/goreleaser_completion.md
|
2021-10-30 14:43:54 +02:00
|
|
|
- goreleaser jsonschema: cmd/goreleaser_jsonschema.md
|
2021-11-21 17:47:25 +02:00
|
|
|
- Common errors:
|
|
|
|
- errors/dirty.md
|
2021-12-06 03:25:29 +02:00
|
|
|
- errors/multiple-tokens.md
|
2022-05-03 03:05:42 +02:00
|
|
|
- errors/docker-build.md
|
2021-11-30 02:41:31 +02:00
|
|
|
- errors/no-main.md
|
2021-12-08 03:06:02 +02:00
|
|
|
- errors/resource-not-accessible-by-integration.md
|
2022-02-01 16:07:28 +02:00
|
|
|
- errors/no-history.md
|
2020-05-10 21:57:11 +02:00
|
|
|
- deprecations.md
|
2020-09-24 02:20:56 +02:00
|
|
|
- Cookbooks:
|
|
|
|
- About: cookbooks/index.md
|
2021-02-12 14:14:45 +02:00
|
|
|
- Blog Posts: cookbooks/blog-posts.md
|
2021-05-27 00:08:46 +02:00
|
|
|
- Add a new cookbook: cookbooks/contributing.md
|
2021-03-31 02:06:25 +02:00
|
|
|
- cookbooks//build-go-modules.md
|
2020-09-30 15:42:26 +02:00
|
|
|
- cookbooks/cgo-and-crosscompiling.md
|
2020-11-18 14:55:14 +02:00
|
|
|
- cookbooks/debconf-templates.md
|
2022-02-24 01:18:13 +02:00
|
|
|
- cookbooks/using-jfrog-cli-to-publish-to-artifactory.md
|
2021-04-21 18:50:28 +02:00
|
|
|
- cookbooks/publish-to-nexus.md
|
|
|
|
- cookbooks/release-a-library.md
|
|
|
|
- cookbooks/semantic-release.md
|
2021-07-10 19:11:37 +02:00
|
|
|
- cookbooks/set-a-custom-git-tag.md
|
|
|
|
- cookbooks/using-main.version.md
|
2021-12-21 19:20:04 +02:00
|
|
|
- cookbooks/override-image-name.md
|
2022-01-06 20:32:26 +02:00
|
|
|
- cookbooks/goreleaser-xx.md
|
2021-11-21 17:47:25 +02:00
|
|
|
- Community:
|
|
|
|
- sponsors.md
|
|
|
|
- users.md
|
|
|
|
- contributing.md
|
2021-05-27 00:08:46 +02:00
|
|
|
- pro.md
|
2020-05-10 21:57:11 +02:00
|
|
|
- links.md
|
|
|
|
|
|
|
|
markdown_extensions:
|
|
|
|
- admonition
|
|
|
|
- codehilite
|
|
|
|
- meta
|
|
|
|
- toc:
|
|
|
|
permalink: true
|
2021-12-01 02:36:19 +02:00
|
|
|
- pymdownx.tabbed:
|
|
|
|
alternate_style: true
|
2020-05-12 14:21:27 +02:00
|
|
|
- pymdownx.superfences
|
2021-09-23 03:29:58 +02:00
|
|
|
- pymdownx.tasklist:
|
|
|
|
custom_checkbox: true
|
2021-11-06 21:44:59 +02:00
|
|
|
- footnotes
|