From 8373c950a31ab7bc92c51f3df1031a7b6820fd79 Mon Sep 17 00:00:00 2001 From: Ramachandran Nellaiyappan Date: Sat, 9 Mar 2024 14:07:51 +0100 Subject: [PATCH] Create README.md --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 README.md 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 + + +