-
-
Notifications
You must be signed in to change notification settings - Fork 424
Commit 2e8b1c3
[skip changelog] Use local path for github.com/arduino/arduino-cli module dependency of docsgen (#719)
Previously, docsgen used a pinned version of the github.com/arduino/arduino-cli module, which resulted in the generated command documentation not reflecting updates to the Arduino CLI command line interface made after the pinned version.
The new approach is to use the current version of the module from the local path, resulting in the generated documentation always matching the associated version of Arduino CLI.
(cherry picked from commit 8220b32)1 parent b54a924 commit 2e8b1c3
1 file changed
+3
-1
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
5 | + | ||
6 | + | ||
5 | 7 |
| |
6 | - | ||
8 | + | ||
7 | 9 |
| |
8 | 10 |
|
0 commit comments