CircleCI 2.0
Last updated
Last updated
The environment variables can be configured in ..
Alternatively, the default NPM_TOKEN
and GH_TOKEN
can be easily .
.circleci/config.yml
configuration for multiple Node jobsThis example is a minimal configuration for semantic-release with a build running Node 6 and 8. See for additional configuration options.
This example create the workflows test_node_4
, test_node_6
, test_node_8
and release
. The release workflows will .
package.json
configuration for multiple Node jobsA package.json
is required only for semantic-release installation.