This repository was archived by the owner on Nov 6, 2023. It is now read-only.
Releases: appoptics/release-verification
Releases · appoptics/release-verification
v3.1.0
v3.0.1
- fix failing test due to release with .vscode directory.
- add
tag-templateoption for different github practices.
v3.0.0
- config file options (
-c,--config-file) to supply option values - exclude file option (
-x,--exclude-file) to exclude specific files (multiple allowed) - exclude directory (
-X,--exclude-dir) to exclude an entire directory (multiple allowed) - no longer requires ruby/gem for unpacking
gemfiles
breaking changes
-xwas exclude directory and is now--exclude-file- get-cli-options api changed
v2.0.0
- improved error handling
- option to allow specifying a
githubsource repository (--source) for packages that don't specify it - more consistent output formatting
- provisional, untested support for
pypipackage repository - more consistent/parallel implementation of
<repo>-verifier.jsmodules.
v1.0.1
Add a github repository - this package really should have had one.
Handle missing repository information for npm.
v1.0.0
Initial release
- supports
npmandrubygemspackage repositories - supports
githubsource repository