File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11
11
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
- # Github action job to test core java library features on
14
+ # GitHub action job to test core java library features on
15
15
# downstream client libraries before they are released.
16
16
on :
17
17
push :
Original file line number Diff line number Diff line change 11
11
:: WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
12
:: See the License for the specific language governing permissions and
13
13
:: limitations under the License.
14
- :: Github action job to test core java library features on
14
+ :: GitHub action job to test core java library features on
15
15
:: downstream client libraries before they are released.
16
16
:: See documentation in type-shell-output.bat
17
17
Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ Central](https://repo1.maven.org/maven2/com/google/auth/google-auth-library-pare
88
88
* In our case, ` com.google.auth `
89
89
* Click on the repository and check for errors
90
90
* Submit the pull request to bump the version numbers
91
- * Update Javadoc on Github using ` scripts/update_javadoc.sh ` .
91
+ * Update Javadoc on GitHub using ` scripts/update_javadoc.sh ` .
92
92
* Run ` releasetool tag ` to create the GitHub release.
93
93
* Run ` releasetool start ` to bump the next snapshot version. Select "snapshot" when prompted for
94
94
the release type. This will bump the artifact versions and create a pull request.
You can’t perform that action at this time.
0 commit comments