forked from ikari-pl/gulp-tag-version
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Issue ikari-pl#6: Git reset the bump commit when the tag already exists.
This is performed by using the git module "gift" and not issuing a git tag if it exists. https://github.com/notatestuser/gift#reporesettreeish-options-callback After this point, we just reset HEAD^. * modified: index.js - Implementing the steps to get the git repo, and the list of tags * modified: package.json - Bumping the version manually to 1.1.1.
- Loading branch information
1 parent
eb6ad30
commit ed493d4
Showing
2 changed files
with
30 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters