victor-valencia / bootstrap-iconpicker

A simple icon picker
https://victor-valencia.github.com/bootstrap-iconpicker/
MIT License
377 stars 140 forks source link

Semantic Versioning + Bower manifest #5

Closed paulofreitas closed 9 years ago

paulofreitas commented 10 years ago

I'd suggest you to start using Semantic Versioning Specification (SemVer, http://semver.org/) on your release tags.

I have registered your repository on Bower's (http://bower.io) registry to install bootstrap-iconpicker through bower CLI and actually we can only use master branch (which tends to be unstable) since Bower's registry works based on SemVer spec.

I'd also suggest you put a bower.json manifest file on your project to better identify bootstrap-iconpicker on Bower's registry.

victor-valencia commented 9 years ago

Thanks for the suggestion, I started to use SemVer and I created all versions of the project from the initial version (v1.0.0) to the latest version (v1.4.0).

Thank you very much also for having registered the repository on Bower.

In this latest version of the repository, I added bower.json file specifications.

For reasons of time, I could not do the test with Bower. It would be very generous of you if I could help with this.

Greetings.