diff --git a/www/docs/customization/aur.md b/www/docs/customization/aur.md index 915f7a64c..22ef91eef 100644 --- a/www/docs/customization/aur.md +++ b/www/docs/customization/aur.md @@ -161,7 +161,7 @@ aurs: # # Default: . # Templates: allowed - # Since: v1.23. + # Since: v1.23 url_template: "http://github.mycompany.com/foo/bar/releases/{{ .Tag }}/{{ .ArtifactName }}" ``` diff --git a/www/docs/customization/git.md b/www/docs/customization/git.md index 2a62ed679..1a3797c96 100644 --- a/www/docs/customization/git.md +++ b/www/docs/customization/git.md @@ -24,7 +24,7 @@ git: # provided values as either previous or current tags. # # Templates: allowed. - # Since: v1.21. + # Since: v1.21 ignore_tags: - nightly - "{{.Env.IGNORE_TAG}}" diff --git a/www/docs/customization/homebrew.md b/www/docs/customization/homebrew.md index f2fee0dc7..7dd2e4dfa 100644 --- a/www/docs/customization/homebrew.md +++ b/www/docs/customization/homebrew.md @@ -167,7 +167,7 @@ brews: # Additional install instructions so you don't need to override `install`. # # Template: allowed - # Since: v1.20. + # Since: v1.20 extra_install: | bash_completion.install "completions/foo.bash" => "foo" man1.install "man/foo.1.gz" diff --git a/www/docs/customization/nfpm.md b/www/docs/customization/nfpm.md index 62ff9bd19..1c629af86 100644 --- a/www/docs/customization/nfpm.md +++ b/www/docs/customization/nfpm.md @@ -330,7 +330,7 @@ nfpms: # Prefixes for relocatable packages. # - # Since: v1.20. + # Since: v1.20 prefixes: - /usr/bin @@ -469,8 +469,7 @@ You can go around that with something like this: ```yaml # .goreleaser.yaml nfpms: - - - # ... + - # ... file_name_template: >- {{- trimsuffix .ConventionalFileName .ConventionalExtension -}} {{- if and (eq .Arm "6") (eq .ConventionalExtension ".deb") }}6{{ end -}} diff --git a/www/docs/customization/nix.md b/www/docs/customization/nix.md index b00c5c72d..83e83c21e 100644 --- a/www/docs/customization/nix.md +++ b/www/docs/customization/nix.md @@ -76,7 +76,7 @@ nix: # Runtime dependencies of the package. # - # Since: v1.20. + # Since: v1.20 dependencies: - zsh - chromium diff --git a/www/docs/customization/release.md b/www/docs/customization/release.md index 0a4a275b0..4c5dbd315 100644 --- a/www/docs/customization/release.md +++ b/www/docs/customization/release.md @@ -79,7 +79,7 @@ release: # Available only for GitHub. # # Default is true. - # Since: v1.20. + # Since: v1.20 make_latest: true # What to do with the release notes in case there the release already exists. diff --git a/www/docs/customization/snapcraft.md b/www/docs/customization/snapcraft.md index f1404b849..01551c078 100644 --- a/www/docs/customization/snapcraft.md +++ b/www/docs/customization/snapcraft.md @@ -43,13 +43,13 @@ snapcrafts: # The canonical title of the application, displayed in the software # centre graphical frontends. # - # Since: v1.19. + # Since: v1.19 title: Drum Roll # Path to icon image that represents the snap in the snapcraft.io store # pages and other graphical store fronts. # - # Since: v1.19. + # Since: v1.19 icon: ./icon.png # Whether to publish the snap to the snapcraft store. @@ -119,14 +119,14 @@ snapcrafts: # A list of features that must be supported by the core in order for # this snap to install. # - # Since: v1.19. + # Since: v1.19 assumes: - snapd2.38 # his top-level keyword to define a hook with a plug to access more # privileges. # - # Since: v1.19. + # Since: v1.19 hooks: install: - network diff --git a/www/docs/customization/universalbinaries.md b/www/docs/customization/universalbinaries.md index 783d79385..7a37ef746 100644 --- a/www/docs/customization/universalbinaries.md +++ b/www/docs/customization/universalbinaries.md @@ -40,7 +40,7 @@ universal_binaries: # empty string to skip modifying the output. # # Templates: allowed. - # Since: v1.20. + # Since: v1.20 mod_timestamp: "{{ .CommitTimestamp }}" # Hooks can be used to customize the final binary, diff --git a/www/docs/includes/repository.md b/www/docs/includes/repository.md index 63b706dbd..c729f0466 100644 --- a/www/docs/includes/repository.md +++ b/www/docs/includes/repository.md @@ -38,7 +38,7 @@ # If the pull request template has checkboxes, enabling this will # check all of them. # - # Since: v1.20 (pro). + # Since: v1.20 (pro) # This feature is only available in GoReleaser Pro. check_boxes: true