You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
It would probably be better if we could only do
grunt release:[increment]
instead ofgrunt bump:[increment]
since the release task will actually do what we want and build thedist
along with bumping the library. Being able to just runrelease
and notbump
would be beneficial then because we wouldn't accidentally runbump
when we actually wantrelease
and have to deal with deleting tags and commits.The text was updated successfully, but these errors were encountered: