Product changes

Release - Versioning for New Generation Actions

Written by Manouk van Gerwen | May 13, 2022 2:19:26 PM

Please be aware, on Monday May 16th, Betty Blocks will release versioning for New Generation Actions.

What will be the impact of this change?

Versioning allows pro-coders to make updates to existing action steps, without breaking your existing actions.

What does this mean for me as a pro-coder:

After the release, when you try publish your function, you will receive a blueprint invalid error. It's very easy to resolve this using the following steps:

1. Update your CLI (Read more)

$ npm update -g @betty-blocks/cli

2. Update your functions with a version number

bb functions autoversion

3. Publish your functions

bb functions publish

 

You can read more about versioning in this wiki.