seas-computing / mark-one

A UI component library for building React Apps (in development)
https://seas-computing.github.io/mark-one/
BSD 3-Clause "New" or "Revised" License
0 stars 1 forks source link

Only automate publishing the develop branch to npm #36

Closed jonseitz closed 4 years ago

jonseitz commented 4 years ago

This tweaks the process set up in #35 by removing the automatic deployment of the master branch at a new minor version, and changes the develop branch to deploy as a prerelease version (tagged as -release) instead of a patch version.

Since we're removing the automation on the master branch and thus leaving out a lot of the conditional checks, I think we can also safely combine the version bump and npm publish into a single stage.

codecov[bot] commented 4 years ago

Codecov Report

Merging #36 into develop will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff           @@
##           develop    #36   +/-   ##
======================================
  Coverage      100%   100%           
======================================
  Files           19     19           
  Lines          178    178           
  Branches        16     16           
======================================
  Hits           178    178

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 c0c06d1...c10cb3c. Read the comment docs.