mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-03-17 20:47:50 +02:00
docs: fix several htmltest issues (#3086)
* docs: fix several htmltest issues Signed-off-by: Carlos A Becker <caarlos0@gmail.com> * docs: more fixes Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
This commit is contained in:
parent
a6329f683b
commit
4cf566be44
@ -1,5 +1,5 @@
|
||||
# Publish to Artifactory using jfrog cli
|
||||
This cookbook is an example of a [publishers](/customization/publishers/) section that uses the [jfrog cli](https://jfrog.com/getcli/) to upload files to Artifactory. It is an alternative to using the [Artifactory Publisher](/customization/artifactory.md) to upload to artifactory.
|
||||
This cookbook is an example of a [publishers](/customization/publishers/) section that uses the [jfrog cli](https://jfrog.com/getcli/) to upload files to Artifactory. It is an alternative to using the [Artifactory Publisher](/customization/artifactory) to upload to artifactory.
|
||||
|
||||
The benefit of this method is that it uses the jfrog cli configuration instead of environment variables for configuration.
|
||||
|
||||
|
@ -37,4 +37,4 @@ Artifacts won't be uploaded and will only be generated into the `dist` folder.
|
||||
|
||||
!!! info "Maybe you are looking for something else?"
|
||||
- If just want to build the binaries, and no packages at all, check the [`goreleaser build` command](/cmd/goreleaser_build/);
|
||||
- If you actually want to create nightly builds, check out the [nightly documentation](/customization/nightly/).
|
||||
- If you actually want to create nightly builds, check out the [nightly documentation](/customization/nightlies/).
|
||||
|
@ -11,7 +11,6 @@ While it is a good practice, and should work for most cases, if your workflow wr
|
||||
Integrations that may cause this:
|
||||
|
||||
- Homebrew Tap
|
||||
- Gofish Rigs
|
||||
- Krew Plugins
|
||||
|
||||
## Fixing it
|
||||
@ -71,6 +70,5 @@ Read the documentation for each topic:
|
||||
- [GitHub](/scm/github/)
|
||||
- [GitHub Actions](/ci/actions/)
|
||||
- [Homebrew Tap](/customization/homebrew/)
|
||||
- [Gofish Rigs](/customization/gofish/)
|
||||
- [Krew Plugin Manifests](/customization/krew/)
|
||||
- [Scoop Manifests](/customization/scoop/)
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
GoReleaser Pro is a paid, closed-source GoReleaser distribution with some additional features:
|
||||
|
||||
- [x] Continuously release [nightly builds](/customization/nightly/);
|
||||
- [x] Continuously release [nightly builds](/customization/nightlies/);
|
||||
- [x] Import pre-built binaries with the [`prebuilt` builder](/customization/build/#import-pre-built-binaries);
|
||||
- [x] Rootless build [Docker images](/customization/docker/#podman) and [manifests](/customization/docker_manifest/#podman) with [Podman](https://podman.io);
|
||||
- [x] Easily create `apt` and `yum` repositories with the [fury.io integration](/customization/fury/);
|
||||
|
@ -13,6 +13,8 @@ IgnoreURLs:
|
||||
- https://github.com/goreleaser/goreleaser/pkgs
|
||||
- https://iron.security
|
||||
- https://marketplace.visualstudio.com
|
||||
- docs.github.com
|
||||
- help.github.com
|
||||
IgnoreDirs:
|
||||
- overrides
|
||||
IgnoreDirectoryMissingTrailingSlash: true
|
||||
|
Loading…
x
Reference in New Issue
Block a user