ci: use a semantic-release that works with gitlab 14.0
.releaserc
0 → 100644
{ | ||
"name": "lutin", | ||
"version": "2.66.0", | ||
"description": "Lutin is a language to model stochastic reactive systems.", | ||
"main": "index.js", | ||
"scripts": { | ||
... | ... | @@ -17,8 +16,8 @@ |
"test" | ||
], | ||
"author": "Erwan Jahier", | ||
"license": "CeCILL", | ||
"license": "CECILL-2.1", | ||
"devDependencies": { | ||
"@hutson/semantic-delivery-gitlab": "^9.1.0" | ||
"semantic-release": "^17.4.4" | ||
} | ||
} |
Please register or sign in to comment