diff --git a/dev.md b/dev.md new file mode 100644 index 0000000..a973ccd --- /dev/null +++ b/dev.md @@ -0,0 +1,13 @@ +## how to deploy + +- Bump the version + - mvn version:set ${next_version} + - and git add . && git ci -m "release ${next_version}" +- Deploy to staging repo + - mvn clean deploy +- Release the staging repo + - go to the staging repo: https://s01.oss.sonatype.org/#stagingRepositories + - close the staging repo + - if success, release and drop the staging repo +- Start to dev the next version +- Done