serverless-ruby-package icon indicating copy to clipboard operation
serverless-ruby-package copied to clipboard

Deprecation of include/exclude in v4 in favor of patterns

Open Andersond11 opened this issue 2 years ago • 0 comments

I ran into this deprecation after upgrading to serverless v.3.34.0:

1 deprecation triggered in the last command:

Support for "package.include" and "package.exclude" will be removed in the next major release. Please use "package.patterns" instead More info: https://serverless.com/framework/docs/deprecations/#PACKAGE_PATTERNS

I put together a branch here that bumps the integration test version to 3.34.0 and displays the deprecation warnings in the integration test output.

Andersond11 avatar Aug 21 '23 15:08 Andersond11