Skip to content

Commit 5c5b1a3

Browse files
committed
Include an example of the contents of the release config file
1 parent 1942563 commit 5c5b1a3

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

buildSrc/src/main/java/com/google/firebase/gradle/plugins/publish/PublishingPlugin.java

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,18 @@
6161
* list of projects to release. The file format should be consistent with Python's
6262
* configparser, and the list of projects should be in a section called "modules". If both
6363
* this, and {@code projectsToPublish} are specified, this property takes precedence.
64+
* <br>
65+
* <br>
66+
* Example config file content:
67+
* <pre>
68+
* [release]
69+
* name = M126
70+
* ...
71+
* [modules]
72+
* firebase-database
73+
* firebase-common
74+
* firebase-firestore
75+
* </pre>
6476
* <li>{@code projectsToPublish} is a list of projects to release separated by {@code
6577
* projectsToPublishSeparator}(default: ","), these projects will have their versions depend
6678
* on the {@code publishMode} parameter.

0 commit comments

Comments
 (0)