galacemiguel / fluid-system

Fluid System is a style props function transformer for generating fluid styles. 💦
MIT License
145 stars 3 forks source link

Fix automated releases #20

Closed galacemiguel closed 3 years ago

galacemiguel commented 3 years ago

There are currently three issues with automated releases in this project:

  1. The npm publish command exits with an error
  2. Configuration files relating to the automated release process are erroneously included in the package tarball
  3. The v1.1.0 header is duplicated in the changelog

These are addressed by https://github.com/galacemiguel/fluid-system/commit/12c98b99a98407b741f0d68142cbcbe8d1c837c8, https://github.com/galacemiguel/fluid-system/commit/670a1b9d2df389e3bbd55cc02ad05778e3caffaa, and https://github.com/galacemiguel/fluid-system/pull/20/commits/4b6b618d50082e802797c651c55e0755b814d387 respectively.

codecov[bot] commented 3 years ago

Codecov Report

Merging #20 (4b6b618) into master (fa6e618) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #20   +/-   ##
=======================================
  Coverage   98.55%   98.55%           
=======================================
  Files           3        3           
  Lines         138      138           
  Branches       21       21           
=======================================
  Hits          136      136           
  Misses          2        2           

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 fa6e618...4b6b618. Read the comment docs.