cli icon indicating copy to clipboard operation
cli copied to clipboard

Can I reuse token?

Open u3u opened this issue 4 years ago • 1 comments

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.

u3u avatar Jul 29 '19 15:07 u3u

you can pass existing tokens as CLI parameters, see https://github.com/semantic-release/cli#options

gr2m avatar Jul 30 '19 04:07 gr2m