This repository has been 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-template
option 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
gem
files
breaking changes
-x
was exclude directory and is now--exclude-file
- get-cli-options api changed
v2.0.0
- improved error handling
- option to allow specifying a
github
source repository (--source
) for packages that don't specify it - more consistent output formatting
- provisional, untested support for
pypi
package repository - more consistent/parallel implementation of
<repo>-verifier.js
modules.
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
npm
andrubygems
package repositories - supports
github
source repository