From e935719f46952dadf638aef967e3ab4def9a08f3 Mon Sep 17 00:00:00 2001 From: Tony Carmichael <1105554+aicarmic@users.noreply.github.com> Date: Tue, 21 Jul 2020 12:38:20 -0600 Subject: [PATCH] Update publishing.html.md Fix callout formatting as it was not displaying correctly. --- website/docs/registry/providers/publishing.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/registry/providers/publishing.html.md b/website/docs/registry/providers/publishing.html.md index e2d534657..c18bd27d9 100644 --- a/website/docs/registry/providers/publishing.html.md +++ b/website/docs/registry/providers/publishing.html.md @@ -50,7 +50,7 @@ Terraform CLI and the Terraform Registry follow the Semantic Versioning specific We have a list of [recommend OS / architecture combinations](/docs/registry/providers/os-arch.html) for which we suggest most providers create binaries. -~> **NOTE:** Avoid modifying or replacing an already-released version of a Provider, as this will cause checksum errors for users when attempting to download the plugin. Instead, if changes are necessary, please release as a new version. +~> **Important:** Avoid modifying or replacing an already-released version of a Provider, as this will cause checksum errors for users when attempting to download the plugin. Instead, if changes are necessary, please release as a new version. #### Using GoReleaser locally