openpharma / staged.dependencies

R package to implement development stages for package development
https://openpharma.github.io/staged.dependencies/
MIT License
12 stars 3 forks source link

Deprecate `fallback_branch` and use `fallback_ref` #173

Open nikolas-burkoff opened 1 year ago

nikolas-burkoff commented 1 year ago

Thereby allowing tags to be the fallback

Do this here: https://github.com/openpharma/staged.dependencies/blob/main/R/dependencies.R#L74 https://github.com/openpharma/staged.dependencies/blob/main/R/dependencies_app.R#L33

and it ends up being used here from e.g. here