Skip to content

Commit

Permalink
fix: Add deep deps
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasrockhu committed Jul 19, 2021
1 parent d4d413d commit ad2b003
Show file tree
Hide file tree
Showing 6 changed files with 146 additions and 237 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.0.1
### Fixes
- fix: Issue in building all deep dependencies

## 2.0.0
On February 1, 2022, the `v1` uploader will be full sunset and no longer function. This is due
to the deprecation of the underlying bash uploader. This version uses the new [uploader](https://github.com/codecov/uploader).
Expand Down
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
deploy:
$(eval VERSION := $(shell cat package.json | grep '"version": ' | cut -d\" -f4))
git tag -d v1
git push origin :v1
git tag v1
git tag -d v2
git push origin :v2
git tag v2
git tag v$(VERSION) -m ""
git push origin --tags
Loading

0 comments on commit ad2b003

Please sign in to comment.