Skip to content

Commit

Permalink
chore(release): 1.0.1 [skip ci]
Browse files Browse the repository at this point in the history
## [1.0.1](v1.0.0...v1.0.1) (2023-10-25)

### Bug Fixes

* **PR:** fix preview step for multiple stacks ([a79a847](a79a847))
  • Loading branch information
semantic-release-bot committed Oct 25, 2023
1 parent a79a847 commit fb913e7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Terramate
uses: m4s-b3n/[email protected].0
uses: m4s-b3n/[email protected].1
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
apply: ${{ github.event_name != 'pull_request' }}
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Terramate
uses: m4s-b3n/[email protected].0
uses: m4s-b3n/[email protected].1
with:
github-token: ${{ secrets.GITHUB_TOKEN }}

Expand All @@ -69,7 +69,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Terramate
uses: m4s-b3n/[email protected].0
uses: m4s-b3n/[email protected].1
with:
apply: true
```
Expand Down

0 comments on commit fb913e7

Please sign in to comment.