rubenv / grunt-git

Git commands for grunt.
MIT License
227 stars 83 forks source link

Add 'force' and 'annotated' option to the gittag task #106

Closed appconditioner closed 9 years ago

appconditioner commented 9 years ago

Hi Ruben,

I added a force and an annotated option to the gittag task, since I needed this in our project. Maybe could be handy for others as well?

Best, Rene

rubenv commented 9 years ago

@appconditioner Could you add a test as well?

appconditioner commented 9 years ago

Hi Ruben,

changed the position of the new options within command_tag.js and changed the 'force' option to be spawned as '--force' (just like in command_push.js). Also added three new tag command tests.

Best, Rene

appconditioner commented 9 years ago

Hi Ruben,

also extended to README.md accordingly.

Rene

rubenv commented 9 years ago

Looking good! Merging & releasing!

rubenv commented 9 years ago

Released v0.3.5. Thanks a lot!