Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 568 Bytes

RELEASE-CHECKLIST.md

File metadata and controls

10 lines (9 loc) · 568 Bytes

Release Checklist for the SPDX V3 JsonLD Store

  • Check for any warnings from the compiler and findbugs
  • Run unit tests for all packages that depend on the library
  • Run dependency check to find any potential vulnerabilities mvn dependency-check:check
  • Run mvn release:prepare - you will be prompted for the release - typically take the defaults
  • Run mvn release:perform
  • Release artifacts to Maven Central
  • Create a Git release including release notes
  • Zip up the files from the Maven archive and add them to the release