Skip to content

Commit

Permalink
Merge pull request #5 from masterpointio/release-please--branches--main
Browse files Browse the repository at this point in the history
chore(main): release 0.1.0
  • Loading branch information
gberenice authored Nov 11, 2024
2 parents 3e5e0f6 + e029c44 commit 9da2c15
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
4 changes: 4 additions & 0 deletions .github/configs/.prettierignore
Original file line number Diff line number Diff line change
@@ -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
12 changes: 9 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 9da2c15

Please sign in to comment.