Swaps yarn out for npm to better match our other repos
Removes references to semantic-release
Standardizes the npm scripts for each package and adds a clean command
Adds a new bump script for bumping versions
Splits our GitHub actions into two: one for building and one for publishing tagged commits
The motivation here is that semantic-release does not support monorepos very well and I'm tired of fixing it. The new way to bump versions is to run a script:
This PR does a few things:
The motivation here is that semantic-release does not support monorepos very well and I'm tired of fixing it. The new way to bump versions is to run a script: