chore: version packages#8
Conversation
0066d0d to
1ae62ad
Compare
Up to standards ✅🟢 Issues
|
| Metric | Results |
|---|---|
| Duplication | 0 |
AI Reviewer: first review requested successfully. AI can make mistakes. Always validate suggestions.
TIP This summary will be updated as you push new changes.
There was a problem hiding this comment.
Pull Request Overview
This PR automates the version bump for @codacy/codacy-cloud-cli from 1.0.5 to 1.1.0. Codacy analysis indicates that the changes are up to standards with no new issues identified. No security flaws or major logic bugs were detected that would prevent merging. The review confirms the alignment with the release workflow, though one verification scenario regarding version consistency between the package and the changelog should be confirmed.
Test suggestions
- Verify the version in package.json matches the version header in CHANGELOG.md
Prompt proposal for missing tests
Consider implementing these tests if applicable:
1. Verify the version in package.json matches the version header in CHANGELOG.md
TIP Improve review quality by adding custom instructions
TIP How was this review? Give us feedback
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@codacy/codacy-cloud-cli@1.1.0
Minor Changes
#6
0280af1Thanks @alerizzo! - ### Changes since v1.0.5--toolsfilter for issues command (#4): Added--toolsoption to filter issues by the tool/pattern that detected them. Includes new formatting utilities for tool name display.Filter and bulk-ignore for false positives (#5): Added
--categoryand--severityfilters to the issues command. Introduced bulk-ignore functionality to ignore multiple issues matching filter criteria, streamlining false-positive triage workflows.Pin GitHub Actions to SHA hashes (#2): Pinned all GitHub Actions workflow dependencies to commit SHAs for improved supply-chain security.
Adopt changesets for automated versioning and publishing (#6): Replaced the manual publish workflow with a changesets-based release pipeline. PRs now require a changeset file, and merging to main triggers automated version bumps and npm publishing with provenance.