From 9b80964c2b84acf59552dae8ade12b4b9709470c Mon Sep 17 00:00:00 2001 From: Tom Hu Date: Thu, 15 May 2025 10:06:14 -0700 Subject: [PATCH] chore(release): 6.0.0 --- CHANGELOG.md | 12 +++++++++++- Makefile | 6 +++--- src/version | 2 +- 3 files changed, 15 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 84f90e6..24e9df3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## v6.0.0 + +### What's Changed +* build(deps): bump github/codeql-action from 3.28.13 to 3.28.17 by @app/dependabot in https://github.com/codecov/codecov-action/pull/1822 +* fix: OIDC on forks by @joseph-sentry in https://github.com/codecov/codecov-action/pull/1823 + + +**Full Changelog**: https://github.com/codecov/codecov-action/compare/v5.4.2..v6.0.0 + + ## v5.4.2 ### What's Changed @@ -1082,4 +1092,4 @@ for the full list. ### Dependencies and Misc - #166 Bump requestretry from 4.1.1 to 4.1.2 - #169 Bump typescript from 4.0.5 to 4.1.2 -- #178 Bump @types/jest from 26.0.15 to 26.0.19 +- #178 Bump @types/jest from 26.0.15 to 26.0.19 \ No newline at end of file diff --git a/Makefile b/Makefile index f335ab3..929ae14 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ deploy: $(eval VERSION := $(shell cat src/version)) - git tag -d v5 - git push origin :v5 - git tag v5 + git tag -d v6 + git push origin :v6 + git tag v6 git tag v$(VERSION) -s -m "" git push origin --tags diff --git a/src/version b/src/version index 8ae03c1..09b254e 100644 --- a/src/version +++ b/src/version @@ -1 +1 @@ -5.4.2 +6.0.0