Skip to content
This repository has been archived by the owner on Dec 18, 2021. It is now read-only.

Commit

Permalink
release of 2.2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jprante committed Mar 6, 2016
1 parent 5517175 commit 1825471
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/git.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
task gitRelease(dependsOn: build) << {
grgit.add(patterns: ['.'], update: true)
grgit.commit(message: "release of ${project.version}")
grgit.tag.remove(name: project.version)
grgit.tag.remove(names: [project.version])
grgit.tag.add(name: project.version)
grgit.push()
grgit.push(tags: true)
Expand Down

0 comments on commit 1825471

Please sign in to comment.