chore: implement covector publish (#845)

* add covector to root

* add workflow to covector config

* bump covector

* add webkit install on publish

* create workflow to version and publish

* remove workflows no longer needed

* add repo info to root package.json

* add early exits based on new output

* switch to dry run version of publish commands

* latest branch is being removed in this PR

* add summary component around yarn audit
This commit is contained in:
Jacob Bolda
2020-07-19 15:33:12 -05:00
committed by GitHub
parent 0f00384152
commit 2d721324a0
9 changed files with 232 additions and 316 deletions

View File

@@ -30,7 +30,6 @@ If yes, please describe the impact and migration path for existing applications
**The PR fulfills these requirements:**
- [ ] It's submitted to the `dev` branch and _not_ the `latest` branch
- [ ] When resolving a specific issue, it's referenced in the PR's title (e.g. `fix: #xxx[,#xxx]`, where "xxx" is the issue number)
- [ ] A change file is added if any packages will require a version bump due to this PR per [the instructions in the readme](https://github.com/tauri-apps/tauri/blob/dev/.changes/readme.md).