You've already forked goreleaser
mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-09-16 09:26:52 +02:00
@@ -66,10 +66,13 @@ tasks:
|
||||
desc: Generate docs
|
||||
cmds:
|
||||
- cp -rf CONTRIBUTING.md www/docs/contributing.md
|
||||
- cp -rf USERS.md www/docs/users.md
|
||||
sources:
|
||||
- CONTRIBUTING.md
|
||||
- USERS.md
|
||||
generates:
|
||||
- www/docs/contributing.md
|
||||
- www/docs/users.md
|
||||
|
||||
docs:imgs:
|
||||
desc: Download and resize images
|
||||
|
@@ -1,5 +1,5 @@
|
||||
---
|
||||
title: Archive
|
||||
title: Archives
|
||||
---
|
||||
|
||||
The binaries built will be archived together with the `README` and `LICENSE` files into a
|
||||
|
13
www/docs/users.md
Normal file
13
www/docs/users.md
Normal file
@@ -0,0 +1,13 @@
|
||||
## Who uses GoReleaser?
|
||||
|
||||
As the GoReleaser Community grows, we'd like to keep track of our users. Please send a PR with your organization name if
|
||||
you are using GoReleaser.
|
||||
|
||||
Currently, the following organizations are using GoReleaser:
|
||||
|
||||
1. [Hugo](https://gohugo.io/)
|
||||
1. [Numary](https://numary.com)
|
||||
1. [Schwarz IT](https://jobs.schwarz/)
|
||||
1. [TOTVS Labs](https://totvslabs.com)
|
||||
|
||||
<!-- please keep a-z ordering :) -->
|
@@ -27,12 +27,13 @@ theme:
|
||||
toggle:
|
||||
icon: material/lightbulb
|
||||
name: Switch to dark mode
|
||||
features:
|
||||
- search.suggest
|
||||
- search.highlight
|
||||
- search.share
|
||||
|
||||
plugins:
|
||||
- search:
|
||||
prebuild_index: python
|
||||
lang:
|
||||
- en
|
||||
- search
|
||||
- minify:
|
||||
minify_html: true
|
||||
|
||||
@@ -124,6 +125,7 @@ nav:
|
||||
- goreleaser build: cmd/goreleaser_build.md
|
||||
- goreleaser release: cmd/goreleaser_release.md
|
||||
- goreleaser completion: cmd/goreleaser_completion.md
|
||||
- goreleaser jsonschema: cmd/goreleaser_jsonschema.md
|
||||
- deprecations.md
|
||||
- Cookbooks:
|
||||
- About: cookbooks/index.md
|
||||
@@ -139,6 +141,7 @@ nav:
|
||||
- cookbooks/using-main.version.md
|
||||
- pro.md
|
||||
- sponsors.md
|
||||
- users.md
|
||||
- contributing.md
|
||||
- links.md
|
||||
|
||||
|
Reference in New Issue
Block a user