diff --git a/README.md b/README.md new file mode 100644 index 00000000..5822548c --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +Journey Rest API + +Steps to Release latest version: +1. Create a new release with appropriate version number ["https://github.com/nramc/journey-api/releases"] +2. As soon as thee release published, "maven-package-publish-workflow.yml" from the project triggered +3. The workflow build and test the project +4. When build successful, creates Docker image and publish it to Docker Hub +5. Finally trigers Render webhook for deployment + + +