prepare v2

This commit is contained in:
Arpad Borsos
2022-07-16 12:38:38 +02:00
parent 0497f9301f
commit 622616010e
12 changed files with 106 additions and 65 deletions

View File

@ -1,5 +1,14 @@
# Changelog
## 2.0.0
- The action code was refactored to allow for caching multiple workspaces and
different `target` directory layouts.
- The `working-directory` and `target-dir` input options were replaced by a
single `workspaces` option that has the form of `$workspace -> $target`.
- Support for considering `env-vars` as part of the cache key.
- The `sharedKey` input option was renamed to `shared-key` for consistency.
## 1.4.0
- Clean both `debug` and `release` target directories.