mirror of
https://github.com/codecov/codecov-action.git
synced 2026-02-13 06:27:26 +00:00
chore(release): 6.0.0
This commit is contained in:
parent
525fcbf8a0
commit
9b80964c2b
3 changed files with 15 additions and 5 deletions
10
CHANGELOG.md
10
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
|
## v5.4.2
|
||||||
|
|
||||||
### What's Changed
|
### What's Changed
|
||||||
|
|
|
||||||
6
Makefile
6
Makefile
|
|
@ -1,7 +1,7 @@
|
||||||
deploy:
|
deploy:
|
||||||
$(eval VERSION := $(shell cat src/version))
|
$(eval VERSION := $(shell cat src/version))
|
||||||
git tag -d v5
|
git tag -d v6
|
||||||
git push origin :v5
|
git push origin :v6
|
||||||
git tag v5
|
git tag v6
|
||||||
git tag v$(VERSION) -s -m ""
|
git tag v$(VERSION) -s -m ""
|
||||||
git push origin --tags
|
git push origin --tags
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
5.4.2
|
6.0.0
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue