Skip to content

Ecwid/github-api

 
 

Repository files navigation

Java API for GitHub

How to make release a change

  1. Make a change in the code
  2. Update the version in the pom.xml file by incrementing the version number
  3. Ensure it compiles and commit the change
  4. Run the following command to create a release
    mvn package -DskipTests
  5. Upload the jar file to Nexus:
    • log in to https://public-nexus.ecwid.com
    • click Upload -> thirdparty
    • choose your jar file from target directory
    • fill Group ID, Artifact ID and Version from pom.xml (org.kohsuke:github-api:<version>)
    • enable Generate a POM file with these coordinates
    • click Upload

Now the new version is available to be used in main project dependencies.


Sonatype Nexus (Releases) Join the chat at https://gitter.im/hub4j/github-api CI codecov

See https://github-api.kohsuke.org/ for more details

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%