We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb75e63 commit 64752deCopy full SHA for 64752de
README.md
@@ -136,6 +136,8 @@ $ gradlew printSemVersion
136
This plugin adds a printChangeLog task, which will format the commit message for the current version
137
and output them to standard-out. To avoid enoding problem in the console the change log can be outputed
138
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.
141
142
````shell
143
$ gradlew printChangeLog
0 commit comments