diff --git a/README.md b/README.md
index 5c099ce525c274898fa0f06fca6c475d99929032..b6bd34f7240c350c3ad514817d071b3a505fcf81 100644
--- a/README.md
+++ b/README.md
@@ -87,6 +87,9 @@ npm run lint
 ### Customize configuration
 See [Configuration Reference](https://cli.vuejs.org/config/).
 
-## CI.
 
-When a new version should be published, increase the version number in `package.json`, CI will only publish package to npm repository if `package.json` is changed in master branch.
+## Automation with CI
+semantic-release is meant to be executed on the CI environment after every successful build on the release branch. This way no human is directly involved in the release process and the releases are guaranteed to be
+.
+# Triggering a release
+For each new commit added to one of the release branches (for example: master, develop), with git push or by merging a pull request or merging from another branch, a CI build is triggered and runs the semantic-release command to make a release if there are codebase changes since the last release that affect the package functionalities.
diff --git a/public/index.html b/public/index.html
index ec156e801a45bcee758b723e9896d2e919be9dcd..647e642bcd25f115e8a0a8611c54ef65f8973d0e 100755
--- a/public/index.html
+++ b/public/index.html
@@ -3,7 +3,7 @@
 <head>
   <meta charset="utf-8">
   <meta name="viewport" content="width=device-width, initial-scale=1.0">
-  <title>data.europa.eu</title>
+  <title>data.europa.eu Feature Release test</title>
   <!-- Import Favicon -->
   <link rel="shortcut icon" type="image/ico" href="<%= BASE_URL %>static/favicon.ico">
   <!-- Import Loading Animation -->