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: