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
|
2023-01-02 15:53:59 +02:00
|
|
|
- content.code.copy
|
|
|
|
- content.action.edit
|
|
|
|
- navigation.footer
|
2020-05-10 21:57:11 +02:00
|
|
|
|
|
|
|
plugins:
|
2021-10-30 14:43:54 +02:00
|
|
|
- search
|
2022-11-08 05:06:24 +02:00
|
|
|
- redirects:
|
|
|
|
redirect_maps:
|
2022-11-08 05:18:14 +02:00
|
|
|
discord.md: https://discord.gg/RGEBtg8vQ6
|
2023-03-02 15:48:53 +02:00
|
|
|
github.md: https://github.com/goreleaser
|
2022-11-08 05:18:14 +02:00
|
|
|
linkedin.md: https://www.linkedin.com/company/goreleaser/
|
2023-03-02 15:48:53 +02:00
|
|
|
mastodon.md: https://fosstodon.org/@goreleaser
|
|
|
|
twitter.md: https://twitter.com/goreleaser
|
|
|
|
d.md: https://discord.gg/RGEBtg8vQ6
|
|
|
|
g.md: https://github.com/goreleaser
|
|
|
|
l.md: https://www.linkedin.com/company/goreleaser/
|
|
|
|
m.md: https://fosstodon.org/@goreleaser
|
|
|
|
t.md: https://twitter.com/goreleaser
|
2023-02-09 13:56:37 +02:00
|
|
|
'customization/build.md': customization/builds.md
|
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
|
2022-11-20 18:20:26 +02:00
|
|
|
- icon: fontawesome/brands/mastodon
|
|
|
|
link: https://fosstodon.org/@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
|
2022-10-31 19:45:37 +02:00
|
|
|
- ci/woodpecker.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
|
2023-03-01 14:46:05 +02:00
|
|
|
- customization/templatefiles.md
|
2021-09-28 03:43:00 +02:00
|
|
|
- customization/env.md
|
|
|
|
- customization/hooks.md
|
|
|
|
- customization/dist.md
|
|
|
|
- customization/project.md
|
2022-12-03 02:50:04 +02:00
|
|
|
- customization/git.md
|
2021-09-28 03:43:00 +02:00
|
|
|
- Build:
|
2023-02-09 13:56:37 +02:00
|
|
|
- customization/builds.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
|
2023-05-02 02:22:05 +02:00
|
|
|
- customization/upx.md
|
2022-10-12 05:12:42 +02:00
|
|
|
- customization/partial.md
|
2021-09-28 03:43:00 +02:00
|
|
|
- Packaging and Archiving:
|
|
|
|
- customization/archive.md
|
|
|
|
- customization/nfpm.md
|
|
|
|
- customization/checksum.md
|
|
|
|
- customization/snapcraft.md
|
feat: chocolatey support (#3509)
This PR adds support for generating the structure used to pack and push
Chocolatey Packages. And will solve the #3154
Is not ready for merge yet, but has the main structure, and ready for
comments.
Accordingly to Chocolatey, in order to build a package, it's necessary a
`.nuspec` and `chocolateyinstall.ps1` files at least, having these ones,
we could pack and distribute without adding the binary inside the final
package and that was implemented here.
To complete, will be necessary to define the package build and
distribute, however will be required to have Chocolatey installed
(Windows Only). One of alternatives that I thought was, publish the
files like Scoop and Brew in a separate repository, and there we could
use `chocolatey` through
[crazy-max/ghaction-chocolatey](https://github.com/crazy-max/ghaction-chocolatey).
Chocolatey has a lot of good examples of repositories:
https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/curl
A final compilation of the missing parts:
- [x] How to pack and push (chocolatey)
- [x] Documentation
Sorry for the long description😄
All feedback very welcome!
Co-authored-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
2022-11-12 04:52:32 +02:00
|
|
|
- customization/chocolatey.md
|
2021-09-28 03:43:00 +02:00
|
|
|
- customization/docker.md
|
|
|
|
- customization/docker_manifest.md
|
2023-01-17 03:34:49 +02:00
|
|
|
- customization/ko.md
|
2021-12-12 05:21:51 +02:00
|
|
|
- customization/sbom.md
|
2023-04-24 01:27:16 +02:00
|
|
|
- customization/reportsizes.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
|
2022-11-18 01:40:00 +02:00
|
|
|
- customization/announce/mastodon.md
|
2021-11-07 02:05:04 +02:00
|
|
|
- customization/announce/mattermost.md
|
2023-02-09 14:11:47 +02:00
|
|
|
- customization/announce/opencollective.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:
|
2022-12-29 04:41:46 +02:00
|
|
|
- cmd/goreleaser.md
|
|
|
|
- cmd/goreleaser_init.md
|
2023-03-03 17:57:54 +02:00
|
|
|
- cmd/goreleaser_healthcheck.md
|
2022-12-29 04:41:46 +02:00
|
|
|
- cmd/goreleaser_check.md
|
|
|
|
- cmd/goreleaser_changelog.md
|
|
|
|
- cmd/goreleaser_build.md
|
|
|
|
- cmd/goreleaser_release.md
|
|
|
|
- cmd/goreleaser_continue.md
|
|
|
|
- cmd/goreleaser_publish.md
|
|
|
|
- cmd/goreleaser_announce.md
|
|
|
|
- cmd/goreleaser_completion.md
|
|
|
|
- cmd/goreleaser_completion_bash.md
|
|
|
|
- cmd/goreleaser_completion_fish.md
|
|
|
|
- cmd/goreleaser_completion_powershell.md
|
|
|
|
- cmd/goreleaser_completion_zsh.md
|
|
|
|
- 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-11-29 12:19:50 +02:00
|
|
|
- errors/release-upload.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
|
2022-12-04 15:29:02 +02:00
|
|
|
- errors/build.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
|
2022-09-17 04:47:06 +02:00
|
|
|
- errors/multiple-binaries-archive.md
|
2022-12-18 21:49:55 +02:00
|
|
|
- errors/scoop-archive.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
|
2023-05-18 01:22:36 +02:00
|
|
|
- cookbooks/private-monorepo-public-release.md
|
2023-05-04 04:28:12 +02:00
|
|
|
- cookbooks/multi-platform-docker-images.md
|
|
|
|
- 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
|