Skip to content

Commit

Permalink
fix: bump to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasrockhu-codecov committed Jan 30, 2024
1 parent e660baa commit f0d4896
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
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 v3
git push origin :v3
git tag v3
git tag -d v4
git push origin :v4
git tag v4
git tag v$(VERSION) -s -m ""
git push origin --tags
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f0d4896

Please sign in to comment.