@burrowse Informed me that the Data Models repo now has tags for each version of the data model. This will replace the need to explicitly define each version with the correspond ref here. What will need to remain is the location of the markdown file at each version since that changed over time. But going forward it should be stable, so the most recent filename will be assumed.
The approach I suggest to implement is:
- Add a function to get the set of tags from GitHub. This can be defined in this file.
- Remove the hardcoded versions here and replace this block to build the tag name given the version (since a tag is a ref itself, just a named one).
@burrowse Informed me that the Data Models repo now has tags for each version of the data model. This will replace the need to explicitly define each version with the correspond ref here. What will need to remain is the location of the markdown file at each version since that changed over time. But going forward it should be stable, so the most recent filename will be assumed.
The approach I suggest to implement is: