cli
cli copied to clipboard
:cl::round_pushpin: Setup automated semver compliant package publishing
``` ? What CI are you using? Travis CI ERR! semantic-release TypeError: Cannot read property 'id' of undefined ERR! semantic-release at /usr/local/lib/node_modules/semantic-release-cli/dist/lib/travis.js:94:25 ERR! semantic-release at next (native) ERR! semantic-release at...
The package took 11 minutes to download. ``` c:\dev\AREPL-vscode>npm i -g semantic-release-cli npm WARN deprecated [email protected]: 'github' has been renamed to '@octokit/rest' (https://git.io/vNB11) C:\Users\almenon\AppData\Roaming\npm\semantic-release-cli -> C:\Users\almenon\AppData\Roaming\npm\node_modules\semantic-release-cli\bin\semantic-release.js > [email protected] install C:\Users\almenon\AppData\Roaming\npm\node_modules\semantic-release-cli\node_modules\keytar...
 Image text in case it's hard to see: ``` ? What is your npm registry? https://registry.npmjs.org/ ? What is your npm username? almenon ? What is your NPM two-factor...
I use semantic-release with Greenkeeper to make everything awesome. I suspect others do, too. However, there is currently no way to set it up automatically so that it automatically uses...
This problem happens randomly. Step to reproduce: 1. Create a new repo on Github 2. Clone the repo locally 3. Run `semantic-release-cli setup` 4. Enter npm and github password 5....
This error is occurring while performing the installation. **note: I'm using organizations in GitHub and travis** `D:\Projetos\Truly-UI>semantic-release-cli init ? What is your npm registry? https://registry.npmjs.org/ ? What is your npm...
``` ERR! semantic-release Could not get repository on Travis CI. ERR! semantic-release { file: 'not found' } ``` My repo has been running thousands of Travis builds, is publicly available,...
For Github access, you use the library Request that reads the proxy config from the environment variables. But not for Travis, so it doesn't work if you have a proxy.
At our organization, we use a dedicated CI GitHub user with restricted rights for semantic-release. The problem is that setup will fail if I select Travis in the setup, because...
Fail with meaningful error message https://github.com/semantic-release/semantic-release/issues/101