components
components copied to clipboard
component publish command need support auto updates of version
Description
components publish xxx command need to support auto updates of version in serverless.component.yml, like below:
components version patch/minor/major
cc @eahefnawy
I'm not following. 🤔
You mean that when you run sls publish it should automatically bump the version?
@eahefnawy Yeah, just like npm version patch, it will update version in package.json automatically.