joshuaflanagan / serverless-ruby-package

serverless plugin to package ruby gems
39 stars 11 forks source link

Deprecation of include/exclude in v4 in favor of patterns #53

Open Andersond11 opened 1 year ago

Andersond11 commented 1 year ago

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.