Skip to content

Commit e6f5d35

Browse files
chore(release): 7.0.0
Bump the wrapper submodule (src/scripts) to the latest main (bad8df5), which fetches the Codecov Uploader PGP key from the codecovsecops Keybase account, and cut a new major version. Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent ca0a928 commit e6f5d35

4 files changed

Lines changed: 9 additions & 5 deletions

File tree

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 v6
4-
git push origin :v6
5-
git tag v6
3+
git tag -d v7
4+
git push origin :v7
5+
git tag v7
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+
## v7 Release
10+
11+
`v7` of the Codecov GitHub Action bumps the [Codecov Wrapper](https://github.com/codecov/wrapper) submodule, which now fetches the Codecov Uploader PGP verification key from the `codecovsecops` Keybase account.
12+
913
## v6 Release
1014

1115
`v6` of the Codecov GitHub Action support node24

src/version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6.0.1
1+
7.0.0

0 commit comments

Comments
 (0)