-
Notifications
You must be signed in to change notification settings - Fork 18
How to Release
Mohammad Hewedy edited this page Nov 26, 2022
·
6 revisions
- update pom.xml with the version
- update documentation directory
/docs
with the new version number (in include.adoc) and write about it if in case it is new feature. - update README.md file in the Next Release sections.
- tag the git commit with the version number (as of v e.g. v0.0.4)
- push the code
- make sure the build and push to maven central have succeeded.
- close the current milestone and open a new one.
- Create a new Release at https://github.com/mhewedy/spring-data-jpa-mongodb-expressions/releases and included related issues.