novus / nvd3

A reusable charting library written in d3.js
http://nvd3.org/
Other
7.22k stars 2.14k forks source link

Checking out the latest Stable release #2207

Closed Murkantilism closed 5 years ago

Murkantilism commented 5 years ago

NVD3 version used: 1.8.2

Browser and OS used: N/A

Live Example: N/A

Expected Behaviour: Master branch shows the (current) latest version as 1.8.6

Present Behaviour: Master branch shows the version as 1.8.6-dev

Any more information regarding the issue: I appear to be experiencing the same confusion as this user 2 years ago.

Upgrading from 1.8.2 to latest stable release, I checked out the master branch of this repo where -dev implies to me that this is not a stable version, but I was expecting master to only have stable releases.

Is this simply an overlooked typo/error where -dev wasn't stripped before pushing out 1.8.6 release? If not, how do I go about checking out the latest stable version, such as 1.8.5?

liquidpele commented 5 years ago

Master branch is dev. Use the git tag for the version you want.

Murkantilism commented 5 years ago

Thank you, git checkout v1.8.6 worked like a charm