diff --git a/www/docs/customization/cloudsmith.md b/www/docs/customization/cloudsmith.md index 7220c6097..5c0beb295 100644 --- a/www/docs/customization/cloudsmith.md +++ b/www/docs/customization/cloudsmith.md @@ -1,4 +1,4 @@ -# Cloudsmith (deb, rpm, and alpine repositories) +# Cloudsmith - apt, rpm, and alpine repositories > Since v2.1 (Pro). diff --git a/www/docs/customization/fury.md b/www/docs/customization/fury.md index f4cb10679..3612fa368 100644 --- a/www/docs/customization/fury.md +++ b/www/docs/customization/fury.md @@ -1,14 +1,14 @@ -# Fury.io (apt and rpm repositories) +# Fury - apt and rpm repositories !!! success "GoReleaser Pro" - The fury.io publisher is available only in [GoReleaser Pro feature](/pro/). + The Fury publisher is available only in [GoReleaser Pro feature](/pro/). -You can easily create `deb` and `yum` repositories on [fury.io][fury] using GoReleaser. +You can easily create `deb` and `yum` repositories on [Fury][fury] using GoReleaser. ## Usage -First, you need to create an account on [fury.io][fury] and get a push token. +First, you need to create an account on [Fury][fury] and get a push token. Then, you need to pass your account name to GoReleaser and have your push token as an environment variable named `FURY_TOKEN`: @@ -29,7 +29,7 @@ You can also have plenty of customization options: # goreleaser.yaml furies: - - # fury.io account. + - # Fury account. # Config is skipped if empty account: "{{ .Env.FURY_ACCOUNT }}" @@ -41,7 +41,7 @@ furies: skip: "{{gt .Patch 0}}" # Environment variable name to get the push token from. - # You might want to change it if you have multiple fury configurations for + # You might want to change it if you have multiple Fury configurations for # some reason. # # Default: 'FURY_TOKEN'.