michaelficarra / commonjs-everywhere

:rainbow: minimal CommonJS browser bundler with aliasing, extensibility, and source maps
BSD 3-Clause "New" or "Revised" License
158 stars 21 forks source link

makefile: integrate xyz #104

Closed davidchambers closed 8 years ago

davidchambers commented 10 years ago

This cannot be merged as is. The problem is the automatic CHANGELOG generation, which requires knowledge of the new version number. Perhaps xyz should accept a path to an arbitrary script to be run immediately after the confirmation prompt. This script could be passed the new version number as $1.

davidchambers commented 10 years ago

I've updated this pull request. davidchambers/xyz#2 is now the only blocker.

davidchambers commented 10 years ago

Thoughts on this pull request, @michaelficarra?

davidchambers commented 10 years ago

I upgraded to xyz@0.4.x and added the --repo option.