Skip to content
Snippets Groups Projects
Commit eb4ec9b2 authored by Benedikt Heinrichs's avatar Benedikt Heinrichs
Browse files

Fix: Automatic package version addition

parent 132d28fd
No related branches found
No related tags found
No related merge requests found
Pipeline #111272 passed
......@@ -11,11 +11,6 @@
"gitlabUrl": "https://git.rwth-aachen.de",
"assets": "dist"
}],
#Currently not supported
#["@semantic-release/npm", {
#"preset": "eslint",
#"tarballDir": "dist",
#}],
["@semantic-release/git", {
"preset": "eslint",
"assets": ["package.json"],
......
......@@ -5,7 +5,7 @@ This template includes:
* Typescript template
* Linting using TSLint
* Automatic releases using semantic-release (ESLint Code Convention) and Gitlab CI / CD
* For public registry: Publishing of packages, for usage add the following lines to package.json, uncomment the npm publish module in .releaserc and provide a valid NPM token:
* For public registry: Publishing of packages, for usage add the following lines to package.json, add the npm publish module in .releaserc and provide a valid NPM token:
```
"publishConfig": {
......
{
"name": "@coscine-templates/javascript-template",
"version": "1.4.0",
"version": "1.6.0",
"description": "",
"main": "index.js",
"scripts": {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment