serverless / serverless-kubeless

This plugin enables support for Kubeless within the Serverless Framework.
Apache License 2.0
303 stars 80 forks source link

We should coordinate npm and github releases #48

Closed arapulido closed 7 years ago

arapulido commented 7 years ago

I think it would be good to tag releases in Github that corresponds to the releases of the npm module (https://www.npmjs.com/package/serverless-kubeless)

Right now the version there is 0.1.8, but there are no tags in Github or releases, so it is difficult to know easily what's included and what not.

We should start creating tags and releases that correspond to the npm versions

andresmgot commented 7 years ago

NPM and Github releases are now automatically done with Travis. This is an example: https://github.com/serverless/serverless-kubeless/releases/tag/v0.1.12

sebgoa commented 7 years ago

great, looks like we can close