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 8726b27 commit 5517175
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gradle/git.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +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.add(name: project.version)
grgit.push()
grgit.push(tags: true)
Expand Down

0 comments on commit 5517175

Please sign in to comment.