It would be handy to be able to specify the name of a deployment release.
Currently, the deployment releases automatically gets the name "v1", "v2", "v3" and so on.
E.g. something like
appcenter codepush release -name "my name" ...
Motivation being able to do some custom conditional check before e.g. applying a new release...
Hi!
It would be handy to be able to specify the name of a deployment release. Currently, the deployment releases automatically gets the name "v1", "v2", "v3" and so on.
E.g. something like
appcenter codepush release -name "my name" ...
Motivation being able to do some custom conditional check before e.g. applying a new release...
Cheers -jo