@@ -91,7 +91,7 @@ final TeamClient teamClient = organisationClient.createTeamClient();
91
91
## Supported Java versions
92
92
93
93
This library is written and published with Java version 11. In our CI workflows, we execute
94
- automated tests with the Java LTS versions 11, 17 and 21. Due to Java's backwards compatability ,
94
+ automated tests with the Java LTS versions 11, 17 and 21. Due to Java's backward compatibility ,
95
95
this library can definitely be used in all the tested versions.
96
96
97
97
## Contributing
@@ -104,7 +104,7 @@ mvn clean verify
104
104
105
105
If you are a maintainer, you can release a new version by doing the following:
106
106
107
- - Merge the changes the need to be released into the ` master ` branch
107
+ - Merge the changes that need to be released into the ` master ` branch
108
108
- Checkout on to master locally and pull the latest changes
109
109
- Run ` mvn release:prepare ` , this will generate 2 commits that will bump the version of the github-java-client
110
110
- Push these changes to master
@@ -116,7 +116,7 @@ If you are a maintainer, you can release a new version by doing the following:
116
116
117
117
This module was created after existing libraries were evaluated and dismissed, and we found that we were writing similar
118
118
code in multiple projects. As such, it at least initially only contains enough functionality for our internal requirements
119
- which reflect that we were working on build system integration with the GitHub pull requests. It has been widely used for 4+
119
+ which reflects that we were working on build system integration with the GitHub pull requests. It has been widely used for 4+
120
120
years. It's important to notice that it does not cover all GitHub v3 API. Adding missing endpoints should be very straightforward.
121
121
Pull Requests are welcome.
122
122
0 commit comments