You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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