Skip to content

Commit 64752de

Browse files
authored
docs(ReadMe): Update print information
1 parent bb75e63 commit 64752de

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,8 @@ $ gradlew printSemVersion
136136
This plugin adds a printChangeLog task, which will format the commit message for the current version
137137
and output them to standard-out. To avoid enoding problem in the console the change log can be outputed
138138
to an UTF-8 encoded file using `--file <filename>` e.g. `./gradlew printChangeLog --file build/changelog.md`
139+
Note: Use an absolute path for filename as the working directory might not be the one you expect if running
140+
using gradle deamon.
139141

140142
````shell
141143
$ gradlew printChangeLog

0 commit comments

Comments
 (0)