diff --git a/.github/configs/.prettierignore b/.github/configs/.prettierignore new file mode 100644 index 0000000..2d0b6b1 --- /dev/null +++ b/.github/configs/.prettierignore @@ -0,0 +1,4 @@ +# `release-please` doesn't generate prettier compliant output, see relevant issues: +# https://github.com/googleapis/release-please/issues/1902 +# https://github.com/googleapis/release-please/issues/1802 +CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md index e37f154..058d365 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,15 @@ # Changelog -## [0.1.1](https://github.com/masterpointio/terraform-module-template/compare/0.1.0...v0.1.1) (2024-08-15) +## 0.1.0 (2024-11-11) + +### Features +- initial testing ([b831715](https://github.com/masterpointio/terraform-spacelift-automation/commit/b831715cb84960d10e94e23e799eeab6b16656ce)) +- support all root modules + add example ([ca711fa](https://github.com/masterpointio/terraform-spacelift-automation/commit/ca711fab4208d79a0870cb2d9e5799e2679f696b)) + +## [0.1.1](https://github.com/masterpointio/terraform-module-template/compare/0.1.0...v0.1.1) (2024-08-15) ### Bug Fixes -* remove markdown trailing whitespace ([d609646](https://github.com/masterpointio/terraform-module-template/commit/d6096463b916eb536603d4ca3b2f3315e3fec9f2)) -* removes redundant editorconfig settings ([bbe0050](https://github.com/masterpointio/terraform-module-template/commit/bbe0050450cece8074f3d9ff5c3bd72ff01d8a1b)) +- remove markdown trailing whitespace ([d609646](https://github.com/masterpointio/terraform-module-template/commit/d6096463b916eb536603d4ca3b2f3315e3fec9f2)) +- removes redundant editorconfig settings ([bbe0050](https://github.com/masterpointio/terraform-module-template/commit/bbe0050450cece8074f3d9ff5c3bd72ff01d8a1b)) diff --git a/examples/complete/components/spacelift-automation/tfvars/example.tfvars b/examples/complete/components/spacelift-automation/tfvars/example.tfvars index e7dd728..ce38dd7 100644 --- a/examples/complete/components/spacelift-automation/tfvars/example.tfvars +++ b/examples/complete/components/spacelift-automation/tfvars/example.tfvars @@ -2,7 +2,6 @@ github_enterprise = { namespace = "masterpointio" } repository = "terraform-spacelift-automation" -branch = "feature/initial-version" # TODO: remove this root_modules_path = "../../../../examples/complete/components" all_root_modules_enabled = true aws_integration_id = "01J30JBKQTCD72ATZCRWHYST3C"