Skip to content

How to Release

Mohammad Hewedy edited this page Nov 26, 2022 · 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. push the code
  6. make sure the build and push to maven central have succeeded.
  7. close the current milestone and open a new one.
  8. Create a new Release at https://github.com/mhewedy/spring-data-jpa-mongodb-expressions/releases and included related issues.
Clone this wiki locally