File: RELEASING.md

package info (click to toggle)
jts 1.16.0%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 37,608 kB
  • sloc: java: 85,939; xml: 27,042; ruby: 82; sh: 11; makefile: 3
file content (17 lines) | stat: -rw-r--r-- 651 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# JTS Release Guide

This guide is intended for JTS project maintainers, 
to assist them in preparing releases of the project.

## Release Checklist

* Create a Release Milestone, and tag it to Issues and PRs wanted in the release
* Confirm Maven build executes with no errors
* Update the Version History, to record significant changes
* Set the version number in the following artifacts:
  * Java class `JTSVersion`
  * Maven POMs (using the Maven release plugin)
* Review scripts in `bin` to confirm correctness
* Review and update the release notes
* Release to Maven central with the release property and profile ("mvn clean install -Drelease")