| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,7 +1,7 @@ | |||
| 1 | 1 | deploy: | |
| 2 | 2 | $(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 | ||
| 6 | 6 | git tag v$(VERSION) -s -m "" | |
| 7 | 7 | git push origin --tags | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -6,6 +6,10 @@ | |||
| 6 | 6 | ||
| 7 | 7 | ### Easily upload coverage reports to Codecov from GitHub Actions | |
| 8 | 8 | ||
| 9 | + ## v6 Release | ||
| 10 | + | ||
| 11 | + `v6` of the Codecov GitHub Action support node24 | ||
| 12 | + | ||
| 9 | 13 | ## v5 Release | |
| 10 | 14 | ||
| 11 | 15 | `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. | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1 +1 @@ | |||
| 1 | - 5.5.4 | ||
| 1 | + 6.0.0 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments