Commit a5d0f0d
authored
Update MakeReleaseNotes to crash if notes are missing. (#5613)
The task is only invoked on projects that are scheduled to be released.
And projects that publish refdocs are the ones that also publish release
notes. The task now verifies that if it's called in a project that
publishes refdocs, it has to have release notes, otherwise it breaks.1 parent 36cc041 commit a5d0f0d
File tree
1 file changed
+7
-1
lines changed- buildSrc/src/main/java/com/google/firebase/gradle/plugins
1 file changed
+7
-1
lines changedLines changed: 7 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
20 | 21 | | |
21 | 22 | | |
22 | 23 | | |
23 | 24 | | |
24 | 25 | | |
| 26 | + | |
25 | 27 | | |
26 | 28 | | |
27 | 29 | | |
| |||
35 | 37 | | |
36 | 38 | | |
37 | 39 | | |
| 40 | + | |
38 | 41 | | |
39 | 42 | | |
40 | 43 | | |
| |||
82 | 85 | | |
83 | 86 | | |
84 | 87 | | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
85 | 91 | | |
86 | | - | |
| 92 | + | |
87 | 93 | | |
88 | 94 | | |
89 | 95 | | |
| |||
0 commit comments