Releases: toptal/davinci-github-actions
Releases · toptal/davinci-github-actions
v13.0.0
Major Changes
yarn-install
- fix using single yarn.lock file to detect cache hash in the root folder of the project, so reducing the time for action execution
BREAKING CHANGE: The action now uses a single yarn.lock located in the root of the repository to detect the cache hash. If you have multiple yarn.lock files in your repository, only the root one will be included in cache hash calculations.
v12.12.1
Patch Changes
- #300
9085b03
Thanks @dmaklygin! - add DAVINCI_DOCKER_BUILD env variable to build images
v12.12.0
Minor Changes
- #297
bb98d96
Thanks @TomasSlama! - add new options to build-push-release-image to support multi hosts in monorepo
v12.11.0
Minor Changes
- #295
a8e9e03
Thanks @jcobarreto! - revert yarn.lock to original registry refs after executing yarn install
v12.10.0
v12.9.5
Patch Changes
- #289
51eb4ab
Thanks @dkezele-t! - remove NPM proxy variable which does not work in composite actions
v12.9.4
v12.9.3
Patch Changes
- #282
abe350f
Thanks @dkezele-t! - add switch to disable NPM proxy through organisational variable
v12.9.2
Patch Changes
- #281
e935a35
Thanks @Jakub-Kwak! - make build-publish-alpha-package action work with custom runners