From 396ac0471979fc511fc7a30bdabc5329c38e1053 Mon Sep 17 00:00:00 2001 From: Majid Salehi Ghamsari <majid.salehi.ghamsari@fokus.fraunhofer.de> Date: Fri, 8 Jul 2022 10:59:15 +0200 Subject: [PATCH] fix (pencil): remove 'Feature Release test' test to the title for test, pls ignore --- README.md | 1 + public/index.html | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 508b25242..c9a2a67af 100644 --- a/README.md +++ b/README.md @@ -94,5 +94,6 @@ semantic-release is meant to be executed on the CI environment after every succe # 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. +you find your module in paca npm registry [piveau-hub-ui-modules](https://paca.fokus.fraunhofer.de/#browse/browse:npm-hosted:%40piveau%2Fpiveau-hub-ui-modules) # Changelog For each release, a docs/CHANGELOG.md will be created or updated. diff --git a/public/index.html b/public/index.html index ec156e801..24e7afdbc 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 develop test</title> <!-- Import Favicon --> <link rel="shortcut icon" type="image/ico" href="<%= BASE_URL %>static/favicon.ico"> <!-- Import Loading Animation --> -- GitLab