diff --git a/.circleci/config.yml b/.circleci/config.yml index d63000b9..1d3cb73e 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -2,7 +2,7 @@ version: 2.1 parameters: buildReleaseType: description: "Semantic Version increment type of the release. Valid values: major, minor, patch" - default: "patch" + default: "minor" type: enum enum: ["major", "minor", "patch"] PublishToPSGallery: