sindresorhus / gulp-rev

Static asset revisioning by appending content hash to filenames: `unicorn.css` → `unicorn-d41d8cd98f.css`
MIT License
1.54k stars 217 forks source link

Why vX.X.X for all others and 4.0.0 on tag? #105

Closed kud closed 9 years ago

kevva commented 9 years ago

Because newer npm versions supports tag-version-prefix. Before when you ran npm version <major|minor|patch> it would create tags with a v prefixed. Now, when setting tag-version-prefix=, it doesn't anymore.

kud commented 9 years ago

Okay thank you. ;)

kud commented 9 years ago

https://github.com/kud/my/commit/1bc09c033921716465b557de9750732f646a7033

Thank you again @kevva. ;)