Skip to content

Commit

Permalink
🔖 v1.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dflook committed Nov 1, 2021
1 parent ca67656 commit fcaa2f4
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,16 @@ The actions are versioned as a suite. Some actions may have no change in behavio

When using an action you can specify the version as:

- `@v1.18.0` to use an exact release
- `@v1.18` to use the latest patch release for the specific minor version
- `@v1.19.0` to use an exact release
- `@v1.19` to use the latest patch release for the specific minor version
- `@v1` to use the latest patch release for the specific major version

## Unreleased
## [1.19.0] - 2021-11-01

### Changed
- When triggered by `issue_comment` or `pull_request_review_comment` events, the action will first add a :+1: reaction to the comment
- PR comment status messages lead with a single emoji that gives a progress update at a glance
- PR comment status messages include a single emoji that shows progress at a glance
- Actions that don't write to the terraform state no longer lock it.

## [1.18.0] - 2021-10-30

Expand Down Expand Up @@ -295,6 +296,7 @@ First release of the GitHub Actions:
- [dflook/terraform-new-workspace](terraform-new-workspace)
- [dflook/terraform-destroy-workspace](terraform-destroy-workspace)

[1.19.0]: https://github.com/dflook/terraform-github-actions/compare/v1.18.0...v1.19.0
[1.18.0]: https://github.com/dflook/terraform-github-actions/compare/v1.17.3...v1.18.0
[1.17.3]: https://github.com/dflook/terraform-github-actions/compare/v1.17.2...v1.17.3
[1.17.2]: https://github.com/dflook/terraform-github-actions/compare/v1.17.1...v1.17.2
Expand Down

0 comments on commit fcaa2f4

Please sign in to comment.