Hi! I am looking for the sources of Meteor at version 2.16. There does not seem to be any release-related tags or branches on GitHub.
How can I identify which sources correspond to which Meteor release?
Hi! I am looking for the sources of Meteor at version 2.16. There does not seem to be any release-related tags or branches on GitHub.
How can I identify which sources correspond to which Meteor release?
To get the sources for Meteor 2.16, Check out the commit that corresponds to that version number. You can usually find this by looking at the package.json file in the master branch and finding the commit where the version was updated to 2.16.
Thanks a lot! I am stupid. Was looking at a fork of the repo which only had the branches that existed at fork time.
Leveraging “blame” I suppose? Thanks!