Skip to content

Commit 20d746e

Browse files
author
Hugo Dias
committed
Add error message for tagging [patch]
1 parent d326101 commit 20d746e

File tree

1 file changed

+1
-0
lines changed
  • src/main/java/pt/com/hugodias/gradle/gitversioner/core/tag

1 file changed

+1
-0
lines changed

src/main/java/pt/com/hugodias/gradle/gitversioner/core/tag/GitTagger.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ public void tag(String version) {
3939
.setCredentialsProvider(credentialsProvider)
4040
.call();
4141
} catch (IOException | GitAPIException e) {
42+
log.error("Error tagging the version.", e);
4243
throw new TaggingException(e);
4344
}
4445
}

0 commit comments

Comments
 (0)