Serverless Github Action Versions Save

:zap::octocat: A Github Action for deploying with the Serverless Framework

v3.2.0

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/serverless/github-action/compare/v3.1.0...v3.2.0

v3.1.0

1 year ago

What's Changed

Full Changelog: https://github.com/serverless/github-action/compare/v3.0.0...v3.1.0

v3.0.0

2 years ago
  • BREAKING: upgrade serverless version to v3. #61
  • Add info about v2 version to README.md for backwards compatibility
  • Push v2 and v3 branches for backwards compatibility #62

v1.83.3

2 years ago

Create v1 branch to support both serverless v1.x and v2.x.

v2.18.0

3 years ago

v2.17.1

3 years ago
  • Add support for both Node and Python
  • Update readme to include example using Plugins

v2.17.0

3 years ago
  • Install v2.x version of serverless to prevent upgrade for each serverless newer version
  • Upgrade Dockerfile from node v12 to v14.

v2.1.0

3 years ago
  • Bump serverless version to v2
  • For v1.82.x use the v1.82.1 tag

v1.82.1

3 years ago
  • Explicit serverless version (1.82.0) on Dockerfile, fixes #39

v1.82.0

3 years ago

Changes

  • Update yaml in README.md, fix deprecations (#24)
  • Bump node and serverless versions (#34)
  • Remove deprecated action/npm and replace with npm install run command (#10)
  • Add yaml language highlighting to readme (#30)