Skip to content
Snippets Groups Projects
Commit 680583dc authored by Majid Salehi Ghamsari's avatar Majid Salehi Ghamsari
Browse files

feat(pencil): add 'Feature Release test' test to the tiltle for test, pls ignore

parent d444d4d2
No related branches found
No related tags found
No related merge requests found
......@@ -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.
......@@ -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 -->
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment