Hi guys,
How can we set up this Version in releases using balena deploy
?
Thanks
Hello @RodrigoM this is a very good question!
The best way to configure the version released is using the balena.yml
config file. Deploy with balena button - Balena Documentation
Let us know if this works
Well, that’s not what is expected I think. We use balena deploy
and tags
to ship a stack. Right now we are using tags
to control versions.
@RodrigoM if you want to set the version of your release, you have to use the balena.yml
file on your code repository using the version
field (check here an example).
If tags works for you it’s fine! Have in mind that tags are fields that you can use for whatever you preffer. So feel free to still use the tags to deploy and ship your versions, if that works for you.