Skip to content
This repository was archived by the owner on Jan 8, 2026. It is now read-only.

Releases: microsoft/essex-build

v16.0.0

Choose a tag to compare

@darthtrevino darthtrevino released this 12 May 00:06
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.

v8.0.16

Choose a tag to compare

@darthtrevino darthtrevino released this 30 Jul 20:00

A more modular, composable approach

v7.1.0

Choose a tag to compare

@darthtrevino darthtrevino released this 10 Jun 19:07

Minor

  • Add override capabilities to audit-ci task (#18 )

v7.0.4

Choose a tag to compare

@darthtrevino darthtrevino released this 10 Jun 19:07

Patch

Remove redundant audit-ci configuration (#17 )