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: push newly created tag only in release-* #101

Closed davidchambers closed 10 years ago

davidchambers commented 10 years ago

Pushing other tags is arguably an unexpected side effect.

michaelficarra commented 10 years ago

The tag name should have a v prepended.

davidchambers commented 10 years ago

Good catch. Fixed.