Closed devfreddy closed 4 years ago
Required setup items:
[x] In .circleci/config.yml update GIT_AUTHOR_EMAIL and GIT_COMMITTER_EMAIL to match project repo
.circleci/config.yml
GIT_AUTHOR_EMAIL
GIT_COMMITTER_EMAIL
[x] Add a Deploy Key (w/write access) to github repo (public key) & CircleCI (private key), update fingerprint in .circleci/config.yml
[x] Generate and add a personal access token with public_repo scope to CircleCI as GITHUB_TOKEN ENV variable. Required by: Semantic-Release Github Plugin
public_repo
GITHUB_TOKEN
[x] Add an appropriate NR api key for use in deployment with the nr1 cli as NR1CLI_PROFILE_DEMOTRONV2 ENV variable in CircleCI
NR1CLI_PROFILE_DEMOTRONV2
[x] Add Snyk token as SNYK_TOKEN ENV variable in CircleCI
SNYK_TOKEN
[x] Import bot user's into CLA assistant
Sample CSV import file:
user,email,agreement circleci[bot],some-group-email+repo-name+circlecibot@newrelic.com,TRUE @semantic-release-bot,some-group-email+repo-name+release-bot@newrelic.com,TRUE
:tada: This PR is included in version 1.0.0 :tada:
The release is available on GitHub release
Your semantic-release bot :package::rocket:
Required setup items:
[x] In
.circleci/config.yml
updateGIT_AUTHOR_EMAIL
andGIT_COMMITTER_EMAIL
to match project repo[x] Add a Deploy Key (w/write access) to github repo (public key) & CircleCI (private key), update fingerprint in
.circleci/config.yml
[x] Generate and add a personal access token with
public_repo
scope to CircleCI asGITHUB_TOKEN
ENV variable. Required by: Semantic-Release Github Plugin[x] Add an appropriate NR api key for use in deployment with the nr1 cli as
NR1CLI_PROFILE_DEMOTRONV2
ENV variable in CircleCI[x] Add Snyk token as
SNYK_TOKEN
ENV variable in CircleCI[x] Import bot user's into CLA assistant
Sample CSV import file: