Provide Spring framework integration features. Please read ZK Spring Essentials.
- Update release note according to tracker > Releases
- Run release command according to the edition (freshly/official)
- Upload to file server > release folder
- Set a tag for official version
- Publish a release in Github
- Change to the next version with
-SNAPSHOT
. RunupVer oldversion newVersion FL
- Update ZK Spring Essentials
./release
It automatically appends a date string into the version in pom.xml
.
./release official
It automatically removes -SNAPSHOT
from the version in pom.xml
.