From ece4df4e9bb42a4b3f81c7e79fc6c2d1933e6305 Mon Sep 17 00:00:00 2001 From: Tom Hu Date: Wed, 13 Sep 2023 09:22:44 -0700 Subject: [PATCH] 4.0.0-beta.2 --- CHANGELOG.md | 4 ++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f6a51f34..fbc89c894 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 4.0.0-beta.2 +### Fixes +- #1085 not adding -n if empty to do-upload command + ## 4.0.0-beta.1 `v4` represents a move from the [universal uploader](https://github.com/codecov/uploader) to the [Codecov CLI](https://github.com/codecov/codecov-cli). Although this will unlock new features for our users, the CLI is not yet at feature parity with the universal uploader. diff --git a/package-lock.json b/package-lock.json index d70af8a52..db06a443f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "codecov-action", - "version": "4.0.0-beta.1", + "version": "4.0.0-beta.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "codecov-action", - "version": "4.0.0-beta.1", + "version": "4.0.0-beta.2", "license": "MIT", "dependencies": { "@actions/core": "^1.10.1", diff --git a/package.json b/package.json index b429c2f06..63bc583d6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "codecov-action", - "version": "4.0.0-beta.1", + "version": "4.0.0-beta.2", "description": "Upload coverage reports to Codecov from GitHub Actions", "main": "index.js", "scripts": {