Thanks to visit codestin.com
Credit goes to github.com

Skip to content

1989shack/github-api

 
 

Java API for GitHub

This is a fork of [email protected]:hub4j/github-api.git

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

About

Java API for GitHub

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%