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 8865cab commit 392c5c7Copy full SHA for 392c5c7
.github/actions/docs/sami.php
@@ -18,7 +18,7 @@
18
->addFromTags(function($tag) {
19
return 0 === strpos($tag, 'v2.') && false === strpos($tag, 'RC');
20
})
21
- ->add('master', 'master branch');
+ ->add('main', 'main branch');
22
23
return new Sami($iterator, [
24
'title' => 'Google APIs Client Library for PHP API Reference',
0 commit comments