From 4c71455daf9266a6dd48bb91b3567a753ecb795e Mon Sep 17 00:00:00 2001 From: Carlos A Becker Date: Wed, 12 Oct 2022 01:04:51 -0300 Subject: [PATCH] docs: fix typos --- www/docs/cmd/goreleaser_changelog.md | 2 +- www/docs/customization/partial.md | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/www/docs/cmd/goreleaser_changelog.md b/www/docs/cmd/goreleaser_changelog.md index 43b240ff9ac..cbd7468f62f 100644 --- a/www/docs/cmd/goreleaser_changelog.md +++ b/www/docs/cmd/goreleaser_changelog.md @@ -13,7 +13,7 @@ You can also use this command to test the `changelog` configuration in your `.go This command skips all validations and does not publish anything. !!! success "GoReleaser Pro" - This subcommand is [GoReleaser Pro feature](https://goreleaser.com/pro/). + This subcommand is a [GoReleaser Pro feature](https://goreleaser.com/pro/). ``` diff --git a/www/docs/customization/partial.md b/www/docs/customization/partial.md index 89406d0d62f..16e58d1c547 100644 --- a/www/docs/customization/partial.md +++ b/www/docs/customization/partial.md @@ -1,9 +1,10 @@ # Splitting and Merging builds +> Since: v1.12.0-pro. + !!! success "GoReleaser Pro" This subcommand is a [GoReleaser Pro feature](https://goreleaser.com/pro/). -> Since GoReleaser v1.12.0. You can now split and merge builds. This can help in several areas: