diff --git a/.changeset/auto-detect-repo-from-git-remote.md b/.changeset/auto-detect-repo-from-git-remote.md deleted file mode 100644 index 8105fb8..0000000 --- a/.changeset/auto-detect-repo-from-git-remote.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@codacy/codacy-cloud-cli": minor ---- - -Auto-detect provider, organization, and repository from the git remote origin URL. All repository-scoped commands now work without explicitly passing ` ` — just run them inside a git repo with an `origin` remote pointing at GitHub, GitLab, or Bitbucket. diff --git a/CHANGELOG.md b/CHANGELOG.md index 024b9ba..8830b00 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @codacy/codacy-cloud-cli +## 1.2.0 + +### Minor Changes + +- [#11](https://github.com/codacy/codacy-cloud-cli/pull/11) [`12ad8a3`](https://github.com/codacy/codacy-cloud-cli/commit/12ad8a30641a903e3d7a914dfd255bc2401287e5) Thanks [@alerizzo](https://github.com/alerizzo)! - Auto-detect provider, organization, and repository from the git remote origin URL. All repository-scoped commands now work without explicitly passing ` ` — just run them inside a git repo with an `origin` remote pointing at GitHub, GitLab, or Bitbucket. + ## 1.1.1 ### Patch Changes diff --git a/package.json b/package.json index c4a38e6..526d99f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@codacy/codacy-cloud-cli", - "version": "1.1.1", + "version": "1.2.0", "description": "A command-line tool to interact with Codacy Cloud from your terminal", "homepage": "https://www.codacy.com", "repository": {