0.0.0 • Published 2 years ago

hinagata-npm-ts v0.0.0

Weekly downloads
1
License
ISC
Repository
-
Last release
2 years ago

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-build and push.
  • Add Project in 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: /.*/
0.0.0

2 years ago

1.0.0

5 years ago