cruise-automation / rosbag.js

ROS bag file reader for JavaScript 👜

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Release tags (looking for v2.6.3)

inactivist opened this issue · comments

I don't see any tags matching various releases available on NPM. For example, v2.6.3 -- how do I know which commit is associated with that build/release?

$ git tag --list
v1.0.1
v1.0.2
v1.0.3
v1.1.0
v1.1.1
v1.1.2
v1.2.0
v1.3.0
v1.3.1
v1.4.0
v1.4.1
v2.0.0
v2.0.1
v2.0.2

Reviewing the commit history, I can track version number changes in package.json but I want to be sure that's the best method, so any guidance is appreciated.