radar-chart-d3
radar-chart-d3 copied to clipboard
Use tags to release different bower versions
Is it possible to create tags for every version release? Without tags it is not possible to define a specific version in bower when trying to install this repo.
I reuse this radar chart implementation in one of my projects, but every time I update/install the bower dependencies, the latest changes of this repo are fetched and I must (eventually) adopt my code to those changes. With tags and releases I could implement against a strict version and can decide on myself when to upgrade to the next version.