The command github-action bump-upstream should now support receiving the flag --template, in order to modify the upstream version both in dappnode_package_template.json and docker-compose.yml files.
Also, it should modify the version in each of the package_variants/<variant>/dappnode_package.json files, iterating over the /package_variants directory and calculating the new version for the package taking its dnpNameto do so, which is defined in the individual manifest of each variant
The command
github-action bump-upstreamshould now support receiving the flag--template, in order to modify theupstream versionboth indappnode_package_template.jsonanddocker-compose.ymlfiles.Also, it should modify the
versionin each of thepackage_variants/<variant>/dappnode_package.jsonfiles, iterating over the/package_variantsdirectory and calculating the new version for the package taking itsdnpNameto do so, which is defined in the individual manifest of each variant