From 03a9d4c84f7c504f595d12691d85b130f45922a0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 17 Jul 2026 15:43:39 +0000 Subject: [PATCH] chore: version packages --- .changeset/confirm-bulk-ignore.md | 10 ---------- .changeset/list-ignored-issues.md | 13 ------------- CHANGELOG.md | 21 +++++++++++++++++++++ package.json | 2 +- 4 files changed, 22 insertions(+), 24 deletions(-) delete mode 100644 .changeset/confirm-bulk-ignore.md delete mode 100644 .changeset/list-ignored-issues.md diff --git a/.changeset/confirm-bulk-ignore.md b/.changeset/confirm-bulk-ignore.md deleted file mode 100644 index 01bae0f..0000000 --- a/.changeset/confirm-bulk-ignore.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -"@codacy/codacy-cloud-cli": minor ---- - -`codacy issues --ignore` now asks for confirmation before bulk-ignoring. It -prints how many issues match the current filters and only proceeds when you -answer `y`, guarding against a mistyped or too-broad filter ignoring far more -issues than intended. Pass `--skip-confirmation` (`-y`) to bypass the prompt in -CI or scripts; in a non-interactive shell without that flag the command aborts -without ignoring anything. diff --git a/.changeset/list-ignored-issues.md b/.changeset/list-ignored-issues.md deleted file mode 100644 index 7e79f21..0000000 --- a/.changeset/list-ignored-issues.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -"@codacy/codacy-cloud-cli": minor ---- - -Add `codacy issues --ignored` (`-i`) to list issues that were marked as ignored -on Codacy. Without the flag, `codacy issues` behaves exactly as before; pass -`--ignored` to see the ignored ones instead. The -ignored listing accepts all the same filters as the normal search (`--branch`, -`--severities`, `--categories`, `--tools`, `--patterns`, `--languages`, `--tags`, -`--authors`, `--limit`, and `--false-positives`), and each ignored issue shows -who ignored it, when, the reason, and any comment. It cannot be combined with -`--overview` or `--ignore`. `--output json` emits an `ignoredIssues` array. -Unignoring individual issues stays with `codacy issue --unignore`. diff --git a/CHANGELOG.md b/CHANGELOG.md index 5bcabb0..410cafa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,26 @@ # @codacy/codacy-cloud-cli +## 1.6.0 + +### Minor Changes + +- [#28](https://github.com/codacy/codacy-cloud-cli/pull/28) [`440a57f`](https://github.com/codacy/codacy-cloud-cli/commit/440a57fec915aae6fcebf9cc8dde6fca9d71c266) Thanks [@claudiacodacy](https://github.com/claudiacodacy)! - `codacy issues --ignore` now asks for confirmation before bulk-ignoring. It + prints how many issues match the current filters and only proceeds when you + answer `y`, guarding against a mistyped or too-broad filter ignoring far more + issues than intended. Pass `--skip-confirmation` (`-y`) to bypass the prompt in + CI or scripts; in a non-interactive shell without that flag the command aborts + without ignoring anything. + +- [#28](https://github.com/codacy/codacy-cloud-cli/pull/28) [`440a57f`](https://github.com/codacy/codacy-cloud-cli/commit/440a57fec915aae6fcebf9cc8dde6fca9d71c266) Thanks [@claudiacodacy](https://github.com/claudiacodacy)! - Add `codacy issues --ignored` (`-i`) to list issues that were marked as ignored + on Codacy. Without the flag, `codacy issues` behaves exactly as before; pass + `--ignored` to see the ignored ones instead. The + ignored listing accepts all the same filters as the normal search (`--branch`, + `--severities`, `--categories`, `--tools`, `--patterns`, `--languages`, `--tags`, + `--authors`, `--limit`, and `--false-positives`), and each ignored issue shows + who ignored it, when, the reason, and any comment. It cannot be combined with + `--overview` or `--ignore`. `--output json` emits an `ignoredIssues` array. + Unignoring individual issues stays with `codacy issue --unignore`. + ## 1.5.0 ### Minor Changes diff --git a/package.json b/package.json index 8f72792..ba8d546 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@codacy/codacy-cloud-cli", - "version": "1.5.0", + "version": "1.6.0", "description": "A command-line tool to interact with Codacy Cloud from your terminal", "homepage": "https://www.codacy.com", "repository": {