Skip to content

Commit

Permalink
chore(release): 1.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.1.0](v1.0.3...v1.1.0) (2023-10-27)

### Features

* **args:** add inputs for terramate arguments in the plan, apply and destroy steps ([83a4f75](83a4f75))
  • Loading branch information
semantic-release-bot committed Oct 27, 2023
1 parent 83a4f75 commit c6b890e
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.1.0](https://github.com/infinite-automations/terramate-all-in-one/compare/v1.0.3...v1.1.0) (2023-10-27)


### Features

* **args:** add inputs for terramate arguments in the plan, apply and destroy steps ([83a4f75](https://github.com/infinite-automations/terramate-all-in-one/commit/83a4f75ad5a86e4329a596817a5b0c165c16e4aa))

## [1.0.3](https://github.com/infinite-automations/terramate-all-in-one/compare/v1.0.2...v1.0.3) (2023-10-25)

### Bug Fixes
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: infinite-automations/terramate-all-in-one@v1.0.3
uses: infinite-automations/terramate-all-in-one@v1.1.0
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: infinite-automations/terramate-all-in-one@v1.0.3
uses: infinite-automations/terramate-all-in-one@v1.1.0
with:
github-token: ${{ secrets.GITHUB_TOKEN }}

Expand All @@ -69,7 +69,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Terramate
uses: infinite-automations/terramate-all-in-one@v1.0.3
uses: infinite-automations/terramate-all-in-one@v1.1.0
with:
apply: true
```
Expand Down

0 comments on commit c6b890e

Please sign in to comment.