You've already forked goreleaser
mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-09-16 09:26:52 +02:00
fix customization link (#818)
Repro: - Open https://goreleaser.com/ in Chrome or Firefox - Click on "customize" in the second paragraph Expected: - The page jumps to "Customization" Actual: - No change because no matchin `name` or `id` is found
This commit is contained in:
committed by
Carlos Alexandro Becker
parent
9c1a37e00a
commit
282fd74450
@@ -10,7 +10,7 @@ publish steps while providing variant customization options for all steps.
|
||||
|
||||
GoReleaser is built for CI tools; you only need to
|
||||
[download and execute it](#ci_integration) in your build script.
|
||||
You can [customize](#customization) your release process by
|
||||
You can [customize](#Customization) your release process by
|
||||
creating a `.goreleaser.yml` file.
|
||||
|
||||
The idea started with a
|
||||
|
Reference in New Issue
Block a user