Skip to content

v16.0.0

Latest
Compare
Choose a tag to compare
@darthtrevino darthtrevino released this 12 May 00:06
· 523 commits to main since this release
1676afd

Major

In this build, the zip command semantics were changed. Instead of a cwd argument, which implied path roots and execution context, we pass a baseDir argument so as not to conflate it with execution context. This allows us to handle common patterns such as executing the zip command at a package level, but including everything within a dist/ folder. This also improves the safety of zips by encouraging idempotent zips actions by default.