1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-01-24 04:16:27 +02:00
goreleaser/www/mkdocs.yml
Fabio Ribeiro f2281e8ff2
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-11 23:52:32 -03:00

186 lines
5.1 KiB
YAML

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
- redirects:
redirect_maps:
discord.md: https://discord.gg/RGEBtg8vQ6
twitter.md: https://twitter.com/goreleaser
linkedin.md: https://www.linkedin.com/company/goreleaser/
- 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
- ci/woodpecker.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/verifiable_builds.md
- customization/monorepo.md
- customization/universalbinaries.md
- customization/partial.md
- Packaging and Archiving:
- customization/archive.md
- customization/nfpm.md
- customization/checksum.md
- customization/snapcraft.md
- customization/chocolatey.md
- customization/docker.md
- customization/docker_manifest.md
- customization/sbom.md
- Signing:
- Checksums and artifacts: customization/sign.md
- Docker Images and Manifests: customization/docker_sign.md
- Publish:
- customization/release.md
- customization/snapshots.md
- customization/nightlies.md
- customization/blob.md
- customization/fury.md
- customization/homebrew.md
- customization/aur.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
- 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
- customization/announce/webhook.md
- Command Line Usage:
- goreleaser: cmd/goreleaser.md
- goreleaser init: cmd/goreleaser_init.md
- goreleaser check: cmd/goreleaser_check.md
- goreleaser changelog: cmd/goreleaser_changelog.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/docker-build.md
- errors/no-main.md
- errors/resource-not-accessible-by-integration.md
- errors/no-history.md
- errors/multiple-binaries-archive.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/using-jfrog-cli-to-publish-to-artifactory.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
- cookbooks/override-image-name.md
- cookbooks/goreleaser-xx.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