Skip to content

How to Release

Muhammad Hewedy edited this page Sep 19, 2021 · 6 revisions
  1. update pom.xml with the version
  2. update documentation directory /docs with the new version number (in include.adoc) and write about it if in case it is new feature.
  3. update README.md file in the Next Release sections.
  4. tag the git commit with the version number (as of v e.g. v0.0.4)
  5. make sure the build and push to maven central have succeeded.
  6. close the current milestone and open a new one.
  7. push the code
  8. Create a new Release at https://github.com/mhewedy/spring-data-jpa-mongodb-expressions/releases and included related issues.
Clone this wiki locally