sezna / nps

NPM Package Scripts -- All the benefits of npm scripts without the cost of a bloated package.json and limits of json
MIT License
1.43k stars 93 forks source link

ci: 🎡 enable automated NPM publishes #199

Closed sezna closed 5 years ago

sezna commented 5 years ago

Enable semantic-release automated publishes with encrypted NPM token

What: Enable automated releases via NPM -- upload my encrypted registry key via travis encrypt

Why: Convenience. 😄

Checklist:

I also notice that the travis cli program reformatted .travis.yml a little bit. I am going to leave this in.

This key should be secured asymmetrically by Travis's system, which generates a private key per project and is used by their CLI. Additionally, I ran prettier and updated some urls to the new repo url.

codecov-io commented 5 years ago

Codecov Report

Merging #199 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff          @@
##           master   #199   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files          12     12           
  Lines         397    397           
  Branches       96     96           
=====================================
  Hits          397    397
Impacted Files Coverage Δ
src/get-logger.js 100% <ø> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update f9f5ca4...7d1fb89. Read the comment docs.