cli
cli copied to clipboard
Can I reuse token?
New feature motivation
I need to fill in a lot of information every time I set it up, which is cumbersome.
New feature description
Don't want to generate a new token every time.
New feature implementation
We can save the token to the local ~/.releaserc
file after the first setup.
In the future we only need to read the local token configuration into the CI environment variable.
you can pass existing tokens as CLI parameters, see https://github.com/semantic-release/cli#options