Skip to content

Commit 57e3a13

Browse files
Th/6.0.0 (#1928)
* chore(release): 5.5.4 * chore(release): 6.0.0 * fix: small fixes --------- Co-authored-by: Tom Hu <tomhu1096@gmail.com>
1 parent f67d33d commit 57e3a13

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
deploy:
22
$(eval VERSION := $(shell cat src/version))
3-
git tag -d v5
4-
git push origin :v5
5-
git tag v5
3+
git tag -d v6
4+
git push origin :v6
5+
git tag v6
66
git tag v$(VERSION) -s -m ""
77
git push origin --tags

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66

77
### Easily upload coverage reports to Codecov from GitHub Actions
88

9+
## v6 Release
10+
11+
`v6` of the Codecov GitHub Action support node24
12+
913
## v5 Release
1014

1115
`v5` of the Codecov GitHub Action will use the [Codecov Wrapper](https://github.com/codecov/wrapper) to encapsulate the [CLI](https://github.com/codecov/codecov-cli). This will help ensure that the Action gets updates quicker.

src/version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.5.4
1+
6.0.0

0 commit comments

Comments
 (0)