Skip to content
This repository was archived by the owner on Nov 6, 2023. It is now read-only.

Releases: appoptics/release-verification

v3.1.0

Choose a tag to compare

@bmacnaughton bmacnaughton released this 20 Sep 04:27
  • pypi support
  • private repository support via github tokens using the --token option

v3.0.1

Choose a tag to compare

@bmacnaughton bmacnaughton released this 17 Sep 20:23
  • fix failing test due to release with .vscode directory.
  • add tag-template option for different github practices.

v3.0.0

Choose a tag to compare

@bmacnaughton bmacnaughton released this 17 Sep 01:51
  • 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

Choose a tag to compare

@bmacnaughton bmacnaughton released this 12 Sep 03:40
  • 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

Choose a tag to compare

@bmacnaughton bmacnaughton released this 11 Sep 23:46

Add a github repository - this package really should have had one.

Handle missing repository information for npm.

v1.0.0

Choose a tag to compare

@bmacnaughton bmacnaughton released this 10 Sep 04:28
aeb1bd2

Initial release

  • supports npm and rubygems package repositories
  • supports github source repository