mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-01-04 03:11:55 +02:00
docs: fix some broken links (#4295)
fixes some bad links. Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
This commit is contained in:
parent
f62adf23ff
commit
3633b71eea
@ -9,7 +9,7 @@ authors:
|
||||
|
||||
# Announcing GoReleaser v1.12 — the more-than-a-hundred commits release
|
||||
|
||||
[The previous release had ~100 commits](./v1.11.md),
|
||||
[The previous release had ~100 commits](2022-08-28-goreleaser-v1.11.md),
|
||||
and this one has 149 since previous feature release!
|
||||
|
||||
<!-- more -->
|
||||
|
@ -18,8 +18,7 @@ contributors!
|
||||
|
||||
![Mastodon integration](https://carlosbecker.com/posts/goreleaser-v1.13/picture.png)
|
||||
|
||||
This one also marks the point of
|
||||
[1 year since our first v1](./v1.md)!
|
||||
This one also marks the point of 1 year since v1.0.0!
|
||||
|
||||
### Highlights
|
||||
|
||||
|
@ -1,8 +1,8 @@
|
||||
# Setting a custom git tag
|
||||
|
||||
You can force the
|
||||
[build tag](/customization/build/#define-build-tag) and
|
||||
[previous changelog tag](/customization/release/#define-previous-tag)
|
||||
[build tag](../customization/builds.md#define-build-tag) and
|
||||
[previous changelog tag](../customization/release.md#define-previous-tag)
|
||||
using environment variables.
|
||||
This can be useful in cases where one git commit is referenced by multiple git tags.
|
||||
|
||||
|
@ -129,4 +129,4 @@ changelog:
|
||||
* The `github-native` changelog does not support `sort` and `filter`.
|
||||
* When releasing a [nightly][], `use` will fallback to `git`.
|
||||
|
||||
[nightly]: /customization/nightly
|
||||
[nightly]: ./nightlies.md
|
||||
|
@ -26,9 +26,9 @@ additional features:
|
||||
[`goreleaser changelog`](/cmd/goreleaser_changelog/);
|
||||
- [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
|
||||
[`prebuilt` builder](./customization/builds.md#import-pre-built-binaries);
|
||||
- [x] Rootless build [Docker images](./customization/docker.md#podman) and
|
||||
[manifests](./customization/docker_manifest.md#podman) with
|
||||
[Podman](https://podman.io);
|
||||
- [x] Easily create `apt` and `yum` repositories with the
|
||||
[fury.io integration](/customization/fury/);
|
||||
|
Loading…
Reference in New Issue
Block a user