mozilla / vtt.js

A JavaScript implementation of the WebVTT specification

Home Page:http://dev.w3.org/html5/webvtt/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Grunt bump task shouldn't be runnable

RickEyre opened this issue · comments

It would probably be better if we could only do grunt release:[increment] instead of grunt bump:[increment] since the release task will actually do what we want and build the dist along with bumping the library. Being able to just run release and not bump would be beneficial then because we wouldn't accidentally run bump when we actually want release and have to deal with deleting tags and commits.