0.0.0 • Published 4 years ago
hinagata-npm-ts v0.0.0
hinagata-npm-ts
setup build, test and release automation with circleci
- generate key
$ ssh-keygen -m pem -C 'circleci' -f ci.hinagata-npm-ts.id_rsa- paste public key in github
Settings / Deploy keys - paste fingerprint in
.circleci/config.yml - commit and push with
.circleci/config.yml - duplicate branch with name
master-buildand push. Add Projectin circleci admin- paste private key in circleci
SSH Permissions - add npm user token to circleci environment
- add npm release workflow
- npm_release:
filters:
tags:
only: /^v.*/
branches:
ignore: /.*/