diff --git a/plugin/src/main/groovy/io/github/stewartbryson/SnowflakeExtension.groovy b/plugin/src/main/groovy/io/github/stewartbryson/SnowflakeExtension.groovy index 3f188fc..8fdccc9 100644 --- a/plugin/src/main/groovy/io/github/stewartbryson/SnowflakeExtension.groovy +++ b/plugin/src/main/groovy/io/github/stewartbryson/SnowflakeExtension.groovy @@ -68,10 +68,9 @@ class SnowflakeExtension { /** * The name of the cloned Snowflake database. Default: auto-generated. * - * Dynamically generated name for an ephemeral Snowflake clone to create. Uses CICD properties when they are available, and a simple unique name when they are not. + * The autogenerated value is always prefixed with 'EPHEMERAL__', followed by pull request, tag or branch information when running in CICD environemnts. Otherwise, the suffix is autogenerated. */ String ephemeralName - /** * Return the name of the Maven publication task associated with the external stage. */