chore: Change semantic-release command

This commit is contained in:
Robert Prehn 2020-12-18 16:15:58 -06:00
parent 4aafed3658
commit 0c3e18743b
3 changed files with 2778 additions and 3191 deletions

View file

@ -35,4 +35,5 @@ deploy:
script: script:
- echo $CI_REGISTRY - echo $CI_REGISTRY
- docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $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

File diff suppressed because it is too large Load diff

View file

@ -4,8 +4,7 @@
"description": "The Legendary Phoenix Boilerplate.", "description": "The Legendary Phoenix Boilerplate.",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
"test": "echo \"Error: no test specified\" && exit 1", "test": "echo \"Error: no test specified\" && exit 1"
"semantic-release": "semantic-release"
}, },
"repository": { "repository": {
"type": "git", "type": "git",
@ -20,7 +19,7 @@
"devDependencies": { "devDependencies": {
"@semantic-release/commit-analyzer": "^6.1.0", "@semantic-release/commit-analyzer": "^6.1.0",
"@semantic-release/git": "^7.0.8", "@semantic-release/git": "^7.0.8",
"semantic-release": "^15.13.3", "semantic-release": "^15.14.0",
"semantic-release-docker": "^2.2.0" "semantic-release-docker": "^2.2.0"
}, },
"release": { "release": {