cartridge-cli icon indicating copy to clipboard operation
cartridge-cli copied to clipboard

Rename post-build to pre-pack

Open hackallcode opened this issue 4 years ago • 2 comments

Currently cartridge.post-build is not used by build, but used by pack. This is confusing.

Let's do cartridge.pre-pack instead of cartridge.post-build.

hackallcode avatar May 21 '21 08:05 hackallcode

I'll highlight: we should keep the compatibility. So, we can deprecate (or even remove) the old file name in the documentation, but we should still support it in the code.

Totktonada avatar Sep 10 '21 10:09 Totktonada

Let's deprecate the old name and support the new variant of file name

hackallcode avatar Sep 10 '21 18:09 hackallcode