We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3032265 commit c5ef22eCopy full SHA for c5ef22e
docs/fake-source-path.txt
@@ -2,3 +2,5 @@ This file only exists to work around an issue in Librarian v0.1.0
2
where libraries without source paths couldn't be released.
3
4
Do not change this file without consulting jonskeet@.
5
+
6
+2026-02-02
generator-input/pipeline-state.json
@@ -4338,7 +4338,10 @@
4338
{
4339
"id": "docs-help",
4340
"generationAutomationLevel": "AUTOMATION_LEVEL_AUTOMATIC",
4341
- "releaseAutomationLevel": "AUTOMATION_LEVEL_BLOCKED"
+ "releaseAutomationLevel": "AUTOMATION_LEVEL_AUTOMATIC",
4342
+ "sourcePaths": [
4343
+ "docs/fake-source-path.txt"
4344
+ ]
4345
},
4346
4347
"id": "docs-gax",
@@ -4860,4 +4863,4 @@
4860
4863
"google/cloud/securesourcemanager/v1",
4861
4864
"google/maps/weather/v1"
4862
4865
]
-}
4866
+}
0 commit comments