* Prep infra for v7 release
* Update workflow name
* Clarify release process instructions
* Move publish commands into workflow and out of package.json
* Prerelease version should include merged tags
* Update release procedure to reflect the user pushing the release tag
* Fix build
* Remove errant yml
- Added a fetch-depth: 0 config that should give us the git history and correctly calculate the canary versions
- Don't run scripts as part of the lerna release step, they were already run by the github actions steps
- Fix issue with reference to the node 'util' package that was preventing the browser version of @turf/turf from working