From 680583dccab76a1f077ebf4b0477296b80947a52 Mon Sep 17 00:00:00 2001
From: Majid Salehi Ghamsari <majid.salehi.ghamsari@fokus.fraunhofer.de>
Date: Fri, 8 Jul 2022 10:23:20 +0200
Subject: [PATCH] feat(pencil): add 'Feature Release test' test to the tiltle
 for test, pls ignore

---
 README.md         | 7 +++++--
 public/index.html | 2 +-
 2 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 5c099ce52..b6bd34f72 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 ec156e801..647e642bc 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 -->
-- 
GitLab