Releases: wixplosives/pleb
Releases · wixplosives/pleb
v2.3.0
v2.2.0
- New: CLI now accepts
--tag <tag>
forpublish
andsnapshot
commands. - New: removed dependency on
pacote
. replaced with direct registry requests. this decreased the total number of dependencies (direct and transitive) from 123 to 31, which means faster installation.
v2.1.0
v2.0.2
v2.0.1
v2.0.0
v1.4.0
v1.3.1
v1.3.0
- renamed project/cli to pleb.
- add
--dry-run
which ensures no actual publishing occurs (passed down tonpm
) - add
--contents
to publish sub-directories built byprepare
/prepack
(similar tolerna publish --contents
). closes #7 publishSnapshot
restorespackage.json
files to original contents after it finishes.publishSnapshot
does not try to re-publish already published packages. closes #6- git commit hash is extracted by running
git rev-parse HEAD
instead of assuming GitHub environment variable.