Meine Konfiguration (
Code: Select all
.release-it.jsonCode: Select all
{
"git": {
"requireUpstream": false,
"requireBranch": false,
"requireCleanWorkingDir": false,
"commit": true,
"tag": true,
"push": false,
"pushRepo": "",
"requireCommits": false
},
"github": {
"release": false
},
"npm": {
"publish": false
},
"plugins": {
"@release-it/conventional-changelog": {
"preset": "angular",
"infile": "CHANGELOG.md"
}
},
"hooks": {
"before:init": []
}
}
Code: Select all
ERROR Unable to fetch from [email protected]:xxx/app.git
ssh: Could not resolve hostname bitbucket.org: nodename nor servname provided, or not known
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
Mobile version