Skip to content

Instantly share code, notes, and snippets.

@MartinMuzatko
Created September 5, 2018 09:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MartinMuzatko/7bc546c8c7fa00092cce924dff9230db to your computer and use it in GitHub Desktop.
Save MartinMuzatko/7bc546c8c7fa00092cce924dff9230db to your computer and use it in GitHub Desktop.
[sicon_master-2U3PIDBWVG233ME5SSYZKLF5UHTXGUK2VP7ZMOBNA6ANF3XH3KZA] Running shell script
+ semantic-release --debug
[08:46:34] [semantic-release] › ℹ Running semantic-release version 15.9.12
2018-09-05T08:46:34.858Z semantic-release:config options values: { branch: 'master',
repositoryUrl: 'ssh://git@my-bitbucket-repo.de:7999/sg/sicon.git',
tagFormat: 'v${version}',
analyzeCommits: { preset: 'angular' },
verifyConditions: [],
generateNotes: { preset: 'angular', parserOpts: {} },
publish: [ { path: '@semantic-release/exec', cmd: 'git push' } ],
success:
[ { path: '@semantic-release/exec',
cmd: 'echo version ${nextRelease.version} built on ${options.branch} with ${commits.length} commits' } ],
fail:
[ { path: '@semantic-release/exec',
cmd: 'echo version ${nextRelease.version} build failed on ${options.branch} with ${commits.length} commits' } ],
_: [],
debug: true,
'$0': '/usr/local/bin/semantic-release' }
[08:46:35] [semantic-release] › ✔ Loaded plugin "analyzeCommits" from "@semantic-release/commit-analyzer"
[08:46:35] [semantic-release] › ✔ Loaded plugin "generateNotes" from "@semantic-release/release-notes-generator"
[08:46:35] [semantic-release] › ✔ Loaded plugin "prepare" from "@semantic-release/npm"
[08:46:35] [semantic-release] › ✔ Loaded plugin "publish" from "@semantic-release/exec"
[08:46:35] [semantic-release] › ✔ Loaded plugin "success" from "@semantic-release/exec"
[08:46:35] [semantic-release] › ✔ Loaded plugin "fail" from "@semantic-release/exec"
[08:46:35] [semantic-release] › ✔ Run automated release from branch master
2018-09-05T08:46:36.326Z semantic-release:git Error: Command failed: git push --dry-run ssh://git@my-bitbucket-repo.de:7999/sg/sicon.git HEAD:master
Host key verification failed.
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
at makeError (/usr/local/lib/node_modules/semantic-release/node_modules/execa/index.js:174:9)
at Promise.all.then.arr (/usr/local/lib/node_modules/semantic-release/node_modules/execa/index.js:278:16)
at <anonymous>
at process._tickCallback (internal/process/next_tick.js:188:7)
2018-09-05T08:46:36.836Z semantic-release:git Error: Command failed: git push --dry-run https://[secure]@my-bitbucket-repo.de:7999/sg/sicon.git HEAD:master
fatal: unable to access 'https://[secure]@my-bitbucket-repo.de:7999/sg/sicon.git/': gnutls_handshake() failed: An unexpected TLS packet was received.
at makeError (/usr/local/lib/node_modules/semantic-release/node_modules/execa/index.js:174:9)
at Promise.all.then.arr (/usr/local/lib/node_modules/semantic-release/node_modules/execa/index.js:278:16)
at <anonymous>
at process._tickCallback (internal/process/next_tick.js:188:7)
2018-09-05T08:46:37.092Z semantic-release:git Error: Command failed: git ls-remote --heads origin master
fatal: Authentication failed for 'https://my-bitbucket-repo.de/bitbucket/scm/SG/sicon.git/'
at makeError (/usr/local/lib/node_modules/semantic-release/node_modules/execa/index.js:174:9)
at Promise.all.then.arr (/usr/local/lib/node_modules/semantic-release/node_modules/execa/index.js:278:16)
at <anonymous>
at process._tickCallback (internal/process/next_tick.js:188:7)
[08:46:37] [semantic-release] › ℹ The local branch master is behind the remote one, therefore a new version won't be published.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment