amd-utils icon indicating copy to clipboard operation
amd-utils copied to clipboard

versioning and NPM publish

Open millermedeiros opened this issue 13 years ago • 2 comments

Maybe we should do releases every month or so (or when we group a couple new features) and do point releases for bug fixes.

millermedeiros avatar Aug 07 '12 15:08 millermedeiros

until now each method has it's own version number and update date. API and packages are very stable for the past 10 months but using a version number for the whole package will make it easier to update it in the future (specially if it is a breaking change). I think we should remove version numbers from each method to avoid confusions.

millermedeiros avatar Aug 08 '12 18:08 millermedeiros

maybe create a pre-commit hook that grabs the version number from package.json and update the component.json and add a VERSION property to the index.js as well.

millermedeiros avatar Nov 22 '12 11:11 millermedeiros