Skip to content

0.16.0

Compare
Choose a tag to compare
@nmiyake nmiyake released this 02 May 06:07
· 618 commits to master since this release
  • check
    • Updated novendor dependency to include fix that ignores vendor directories in hidden directories and adds flags for debugging behavior
    • Added nobadfuncs check, which allows specific functions to be blacklisted
  • build
    • Added skip parameter to configuration which, when set to true, specifies that the product should not be built
  • dist
    • Added new default to os-arch-bin dist type -- if os-archs is not specified, then current is used as the default. This mirrors the default behavior of the os-archs configuration for build.
    • Added manual as a distribution type
      • Allows a product to manage its own distribution process -- the script should create a single output with the expected name with an extension specified in configuration and that output is used as the dist output
  • publish
    • GitHub upload URI is now automatically determined based on response from API
    • Removed --github-upload-url flag because it is no longer needed
  • test
    • Fixed bug where listing packages could fail with permission denied even if the directory was excluded using configuration