run test case in zkspringboot-autoconfig, zkspringboot-demo-jar-zats, zkspringboot-security-demo-zats
- append version with
-SNAPSHOT
a.b.c.d
. The first 3 version numbers match the springboot version it depends on. If we implement any new feature or fixing bugs, we will increase the last number.
- release freshly: run
release
- release official:
release official
(it removes the-SNAPSHOT
)