Releases: mikehardy/buildcache-action
v2.1.0
What's Changed
-
feat: add config option to explicitly set the buildcache tag to use by @xTVaser in #105
-
chore(deps): bump styfle/cancel-workflow-action from 0.10.1 to 0.11.0 by @dependabot in #102
-
chore(deps): bump @actions/cache from 3.0.4 to 3.0.5 by @dependabot in #103
-
chore(deps): bump @actions/cache from 3.0.5 to 3.0.6 by @dependabot in #104
New Contributors
Full Changelog: v2.0.0...v2.1.0
v2.0.0
What's Changed
- chore(deps): bump styfle/cancel-workflow-action from 0.9.1 to 0.10.0 by @dependabot in #88
- chore(deps): bump @actions/github from 5.0.3 to 5.1.0 by @dependabot in #95
- chore(deps): bump @actions/cache from 3.0.0 to 3.0.4 by @dependabot in #93
- chore(deps): bump @actions/core from 1.9.0 to 1.9.1 by @dependabot in #90
- chore(deps): bump @actions/core from 1.9.1 to 1.10.0 by @dependabot in #97
- chore(deps): bump styfle/cancel-workflow-action from 0.10.0 to 0.10.1 by @dependabot in #98
- chore(deps): bump @actions/github from 5.1.0 to 5.1.1 by @dependabot in #99
Full Changelog: v1...v2.0.0
v1.3.0 - skip store of empty/no-change cache, add toggle to skip cache
1.3.0 (2022-06-26)
Features
- avoid storing empty/no-change caches + add toggle to skip cache store #72 (8ddbf68) - thanks @johanblumenberg!
v1.2.2 - works on windows, we think
Thanks to a pile of work from @orgads this action should work for you on windows.
It may be that buildcache does not offer acceleration in your compile for various reasons, but
buildcache itself should work now. Cheers!
v1.2.1 Open for business
It has worked since v1.0.0, now it is fully configurable and well documented
The CHANGELOG always has all the details.
The v1
tag is moved along with releases, and this project will follow semantic versioning, so you may rely on that for integration.
v1.0.0 - buildcache ready for GitHub Actions
Heroically cut your iOS / macOS build times nearly in half, with almost no effort
Check the README for integration instructions, and more details on how it works