cli
cli copied to clipboard
:cl::round_pushpin: Setup automated semver compliant package publishing
[](https://renovatebot.com) Welcome to [Renovate](https://togithub.com/renovatebot/renovate)! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin. 🚦 To activate Renovate, merge this Pull Request....
I tried multiple times to use the script `semantic-release-cli setup` but every time I get the error: I also tried to pass `npm` and `github` token options `semantic-release-cli setup --gh-token=...
While doing the setup of semantic getting below issue > npx semantic-release-cli setup ? Is the GitHub repository private? Yes ? What is your npm registry? http://registry.npmjs.org/ ? Which authentication...
on the question "What CI are you using", I cannot use my arrow keys to select - When i click the up arrow or down arrow, the same item is...
we are using npm enterprise which authenticates against github. Here we are using a [personal access token](https://github.com/settings/tokens) to deal with githubs 2fa. The cli could ask if the user wants...
Bumps [semantic-release](https://github.com/semantic-release/semantic-release) from 15.13.24 to 17.2.3. Release notes Sourced from semantic-release's releases. v17.2.3 17.2.3 (2020-11-16) Bug Fixes mask secrets when characters get uri encoded (ca90b34) v17.2.2 17.2.2 (2020-10-29) Bug Fixes...
Got this message: ``` ? Are you using GitHub Enterprise? No ERR! semantic-release Error: GitHub repository URL is invalid: https:undefined.git ``` This was caused by the repo being SSH based,...
When I ran `npx semantic-release-cli setup` then my package.json has been updated, but package-lock.json was not. It will cause an error when we will run `npm ci`, because those 2...
I have a monorepo where my file structure is like so: ``` repo-dir/ .git/ config sub-repo-one/ package.json sub-repo-two/ package.json ``` How can I tell `semantic-release-cli setup` that the git configuration...
## BUG / Feature-Request Hi there :-) Am new to semantic-release-cli, so maybe I'm not getting it, but a quick google led nowhere. ### Situation/Reproduce BUG: Trying to init via...