Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 473 Bytes

RELEASE.md

File metadata and controls

18 lines (12 loc) · 473 Bytes

How to make a release

  • Switch to Java 8 (. java8)

  • Run the following command to deploy the artifact:

    mvn release:clean release:prepare release:perform
    
  • push out all changes

  • release artifacts on https://oss.sonatype.org/

  • go to releases page (https://github.com/fracpete/requests4j/releases) and edit tag generated by Maven, using a title like Release v0.1.5 and add some release notes

  • update Maven dependency fragment in README.md