chore: Change semantic-release command
This commit is contained in:
parent
4aafed3658
commit
0c3e18743b
3 changed files with 2778 additions and 3191 deletions
|
@ -35,4 +35,5 @@ deploy:
|
|||
script:
|
||||
- echo $CI_REGISTRY
|
||||
- docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
|
||||
- npm run semantic-release
|
||||
- npm install
|
||||
- npx semantic-release
|
||||
|
|
5961
package-lock.json
generated
5961
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -4,8 +4,7 @@
|
|||
"description": "The Legendary Phoenix Boilerplate.",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1",
|
||||
"semantic-release": "semantic-release"
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
@ -20,7 +19,7 @@
|
|||
"devDependencies": {
|
||||
"@semantic-release/commit-analyzer": "^6.1.0",
|
||||
"@semantic-release/git": "^7.0.8",
|
||||
"semantic-release": "^15.13.3",
|
||||
"semantic-release": "^15.14.0",
|
||||
"semantic-release-docker": "^2.2.0"
|
||||
},
|
||||
"release": {
|
||||
|
|
Loading…
Reference in a new issue