mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-01-16 03:52:12 +02:00
docs: update
This commit is contained in:
parent
2b73005369
commit
7f50679c4b
@ -26,6 +26,14 @@ dmg:
|
||||
- foo
|
||||
- bar
|
||||
|
||||
# Allows to further filter the artifacts.
|
||||
#
|
||||
# Artifacts that do not match this expression will be ignored.
|
||||
#
|
||||
# Since: v2.4 (pro).
|
||||
# Templates: allowed.
|
||||
if: '{{ eq .Os "linux" }}'
|
||||
|
||||
# GOAMD64 to specify which amd64 version to use if there are multiple
|
||||
# versions from the build section.
|
||||
#
|
||||
|
@ -33,6 +33,14 @@ nfpms:
|
||||
- foo
|
||||
- bar
|
||||
|
||||
# Allows to further filter the artifacts.
|
||||
#
|
||||
# Artifacts that do not match this expression will be ignored.
|
||||
#
|
||||
# Since: v2.4 (pro).
|
||||
# Templates: allowed.
|
||||
if: '{{ eq .Os "linux" }}'
|
||||
|
||||
# Your app's vendor.
|
||||
vendor: Drum Roll Inc.
|
||||
|
||||
|
@ -3,6 +3,7 @@
|
||||
GoReleaser Pro is a paid, closed-source GoReleaser distribution with some
|
||||
additional features:
|
||||
|
||||
- [x] Further filter artifacts with `if` statements;
|
||||
- [x] Easily create `alpine`, `apt`, and `yum` repositories with the
|
||||
[CloudSmith integration](customization/cloudsmith.md);
|
||||
- [x] Have [global defaults for homepage, description, etc](customization/metadata.md);
|
||||
|
6
www/docs/static/schema-pro.json
generated
vendored
6
www/docs/static/schema-pro.json
generated
vendored
@ -1018,6 +1018,9 @@
|
||||
},
|
||||
"mod_timestamp": {
|
||||
"type": "string"
|
||||
},
|
||||
"if": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"additionalProperties": false,
|
||||
@ -2316,6 +2319,9 @@
|
||||
},
|
||||
"type": "array"
|
||||
},
|
||||
"if": {
|
||||
"type": "string"
|
||||
},
|
||||
"formats": {
|
||||
"items": {
|
||||
"type": "string",
|
||||
|
Loading…
Reference in New Issue
Block a user