Support multiple targets

This commit is contained in:
Rebecca Turner 2022-07-19 12:17:23 -04:00
parent 88dc235639
commit eefcf7f616
5 changed files with 27 additions and 7 deletions

View file

@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [1.1.0] - 2021-07-19
### Added
- `targets` input now takes a comma-separated list of targets rather than a single target
### Changed
- `target` input is now an alias for `targets`
## [1.0.6] - 2020-03-24
### Added