I think the Manipulate cordova config.xml step will be able to do the trick for you!
you can check out the source code for the step here: https://github.com/platanus/bitrise-step-cordova-config
and the step itself in the workflow editor!
Thanks. It allows me to modify the parameters - But I don’t see how I can increment it automatically. Is there is a variable in BITRISE that anyways gets incremented. I do need semver like major changes will bump up by 1 while minor / medium would < 1 ?
For a “BUILDNUM” you can use the $BITRISE_BUILD_NUMBER environment variable, which is the build’s number on bitrise.io and is incremented for every single build.