diff --git a/.github/dependabot.yml b/.github/dependabot.yml index de60e09..bdb40a0 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,4 +8,4 @@ updates: # Check for updates to GitHub Actions every week interval: "weekly" reviewers: - - m4s-b3n + - infinite-automations/admins diff --git a/.releaserc.json b/.releaserc.json index 70cf8d6..668a8af 100644 --- a/.releaserc.json +++ b/.releaserc.json @@ -21,8 +21,8 @@ "files": [ "README.md" ], - "from": "m4s-b3n/terramate-all-in-one@v.*", - "to": "m4s-b3n/terramate-all-in-one@v${nextRelease.version}", + "from": "infinite-automations/terramate-all-in-one@v.*", + "to": "infinite-automations/terramate-all-in-one@v${nextRelease.version}", "results": [ { "file": "README.md", diff --git a/CHANGELOG.md b/CHANGELOG.md index 09e69ff..864d78b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,27 +1,23 @@ -## [1.0.3](https://github.com/m4s-b3n/terramate-all-in-one/compare/v1.0.2...v1.0.3) (2023-10-25) - +## [1.0.3](https://github.com/infinite-automations/terramate-all-in-one/compare/v1.0.2...v1.0.3) (2023-10-25) ### Bug Fixes -* **output:** disable terraform wrapper ([c17c641](https://github.com/m4s-b3n/terramate-all-in-one/commit/c17c6416822248f71c38f73b8c19a98536aea939)) - -## [1.0.2](https://github.com/m4s-b3n/terramate-all-in-one/compare/v1.0.1...v1.0.2) (2023-10-25) +* **output:** disable terraform wrapper ([c17c641](https://github.com/infinite-automations/terramate-all-in-one/commit/c17c6416822248f71c38f73b8c19a98536aea939)) +## [1.0.2](https://github.com/infinite-automations/terramate-all-in-one/compare/v1.0.1...v1.0.2) (2023-10-25) ### Bug Fixes -* **PR:** fix plan show in preview step and add terraform-show-args ([27ac7d5](https://github.com/m4s-b3n/terramate-all-in-one/commit/27ac7d5292a3c01360fbeaa7f998c920c7d54e09)) - -## [1.0.1](https://github.com/m4s-b3n/terramate-all-in-one/compare/v1.0.0...v1.0.1) (2023-10-25) +* **PR:** fix plan show in preview step and add terraform-show-args ([27ac7d5](https://github.com/infinite-automations/terramate-all-in-one/commit/27ac7d5292a3c01360fbeaa7f998c920c7d54e09)) +## [1.0.1](https://github.com/infinite-automations/terramate-all-in-one/compare/v1.0.0...v1.0.1) (2023-10-25) ### Bug Fixes -* **PR:** fix preview step for multiple stacks ([a79a847](https://github.com/m4s-b3n/terramate-all-in-one/commit/a79a84713b446a29183e396e1939da25146f0f91)) +* **PR:** fix preview step for multiple stacks ([a79a847](https://github.com/infinite-automations/terramate-all-in-one/commit/a79a84713b446a29183e396e1939da25146f0f91)) # 1.0.0 (2023-10-17) - ### Features -* **init:** create and test action ([eec7007](https://github.com/m4s-b3n/terramate-all-in-one/commit/eec700779a1adc0a48ca3a00655ec046832b2603)) +* **init:** create and test action ([eec7007](https://github.com/infinite-automations/terramate-all-in-one/commit/eec700779a1adc0a48ca3a00655ec046832b2603)) diff --git a/README.md b/README.md index 5bef4a1..d71fa38 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # terramate-all-in-one -[![Test & Release](https://github.com/m4s-b3n/terramate-all-in-one/actions/workflows/test-and-release.yml/badge.svg)](https://github.com/m4s-b3n/terramate-all-in-one/actions/workflows/test-and-release.yml) +[![Test & Release](https://github.com/infinite-automations/terramate-all-in-one/actions/workflows/test-and-release.yml/badge.svg)](https://github.com/infinite-automations/terramate-all-in-one/actions/workflows/test-and-release.yml) Run common terramate commands in a single GitHub action @@ -27,7 +27,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Terramate - uses: m4s-b3n/terramate-all-in-one@v1.0.3 + uses: infinite-automations/terramate-all-in-one@v1.0.3 with: github-token: ${{ secrets.GITHUB_TOKEN }} apply: ${{ github.event_name != 'pull_request' }} @@ -57,7 +57,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Terramate - uses: m4s-b3n/terramate-all-in-one@v1.0.3 + uses: infinite-automations/terramate-all-in-one@v1.0.3 with: github-token: ${{ secrets.GITHUB_TOKEN }} @@ -69,7 +69,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Terramate - uses: m4s-b3n/terramate-all-in-one@v1.0.3 + uses: infinite-automations/terramate-all-in-one@v1.0.3 with: apply: true ```