From fb913e7d1a116fd76702e3f0921261710220e1ad Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 25 Oct 2023 12:25:05 +0000 Subject: [PATCH] chore(release): 1.0.1 [skip ci] ## [1.0.1](https://github.com/m4s-b3n/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)) --- CHANGELOG.md | 7 +++++++ README.md | 6 +++--- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0632abe..a821dbf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.0.1](https://github.com/m4s-b3n/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)) + # 1.0.0 (2023-10-17) diff --git a/README.md b/README.md index db9313b..4fc90b3 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Terramate - uses: m4s-b3n/terramate-all-in-one@v1.0.0 + uses: m4s-b3n/terramate-all-in-one@v1.0.1 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.0 + uses: m4s-b3n/terramate-all-in-one@v1.0.1 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.0 + uses: m4s-b3n/terramate-all-in-one@v1.0.1 with: apply: true ```