From 98e9e714d8c5d41487c8650ac27285e0b9168faa Mon Sep 17 00:00:00 2001 From: Tom Hu Date: Thu, 23 Jan 2025 15:55:12 -0300 Subject: [PATCH] chore(release): 5.3.0 --- CHANGELOG.md | 8 ++++++++ action.yml | 7 ++++++- src/version | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 422f57f8b..da658fae6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## v5.3.0 + +### What's Changed + + +**Full Changelog**: https://github.com/codecov/codecov-action/compare/v5.2.0..v5.3.0 + + ## v5.2.0 ### What's Changed diff --git a/action.yml b/action.yml index 4639bb459..5333ef67c 100644 --- a/action.yml +++ b/action.yml @@ -149,6 +149,10 @@ inputs: description: 'Use OIDC instead of token. This will ignore any token supplied' required: false default: 'false' + use_pypi: + description: 'Use the pypi version of the CLI instead of from cli.codecov.io' + required: false + default: 'false' verbose: description: 'Enable verbose logging' required: false @@ -296,11 +300,12 @@ runs: CC_PARENT_SHA: ${{ inputs.commit_parent }} CC_PLUGINS: ${{ inputs.plugins }} CC_REPORT_TYPE: ${{ inputs.report_type }} - CC_RUN_COMMAND: ${{ inputs.run_command }} + CC_RUN_CMD: ${{ inputs.run_command }} CC_SERVICE: ${{ inputs.git_service }} CC_SKIP_VALIDATION: ${{ inputs.skip_validation }} CC_SLUG: ${{ inputs.slug }} CC_SWIFT_PROJECT: ${{ inputs.swift_project }} + CC_USE_PYPI: ${{ inputs.use_pypi }} CC_VERBOSE: ${{ inputs.verbose }} CC_VERSION: ${{ inputs.version }} CC_YML_PATH: ${{ inputs.codecov_yml_path }} diff --git a/src/version b/src/version index 91ff57278..03f488b07 100644 --- a/src/version +++ b/src/version @@ -1 +1 @@ -5.2.0 +5.3.0