What is the best way to version files in this repo and refer to them from other repos?
For example, let's imagine a Shiny app that contains a reference file. The app and the file are in the same repo and therefore they are the same version. If the reference file is moved into this repo, the app and the file versions will become decoupled. Independent changes may happen in the app or to the file, so a new release of the app should be tied to the concurrent version of the reference file.
We serve the json schema from nhp_models with a branch per version. Could something similar be achieved here? There could be a lot of files to serve, so it may not be viable.
What is the best way to version files in this repo and refer to them from other repos?
For example, let's imagine a Shiny app that contains a reference file. The app and the file are in the same repo and therefore they are the same version. If the reference file is moved into this repo, the app and the file versions will become decoupled. Independent changes may happen in the app or to the file, so a new release of the app should be tied to the concurrent version of the reference file.
We serve the json schema from nhp_models with a branch per version. Could something similar be achieved here? There could be a lot of files to serve, so it may not be viable.