Skip to content

Commit

Permalink
🔖 v1.32.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dflook committed Feb 2, 2023
1 parent 0741830 commit 2dcb54f
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,15 @@ 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.32.0` to use an exact release
- `@v1.32.1` to use an exact release
- `@v1.32` to use the latest patch release for the specific minor version
- `@v1` to use the latest patch release for the specific major version

## [1.32.1] - 2023-02-02

### Fixed
- When triggered by `issue_comment` or `pull_request_review_comment` events, the action will first add a :+1: reaction to the comment

## [1.32.0] - 2023-01-28

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

[1.32.1]: https://github.com/dflook/terraform-github-actions/compare/v1.32.0...v1.32.1
[1.32.0]: https://github.com/dflook/terraform-github-actions/compare/v1.31.1...v1.32.0
[1.31.1]: https://github.com/dflook/terraform-github-actions/compare/v1.31.0...v1.31.1
[1.31.0]: https://github.com/dflook/terraform-github-actions/compare/v1.30.0...v1.31.0
Expand Down

0 comments on commit 2dcb54f

Please sign in to comment.