Release process
These are the tasks to do when performing a release:
- Update the
JTPCCVERSIONconstant about the version atcom.github.pgsqlio.benchmarksql.jtpcc.jTPCCConfigclass. - Update the
BUILDING.mdfile, to update the version. - Update the
CHANGE-LOG.mdfile with the modifications made in this release. - Format the Java code, according to Google Java code style. For more details, please check the Contributing section.
- Execute the
releaseplugin in Maven:
mvn release:prepare
mvn release:perform
- Verify the new version in
pom.xmlfile. - Generate the jar file, via
mvn. - Publish the
BenchmarkSQL.jarin GitHub releases. The file can be obtained fromtargetdirectory.