diff --git a/CHANGELOG.md b/CHANGELOG.md index 61aa18d..3f27cb1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,19 +1,28 @@ -# [3.0.0](https://github.com/mdonnalley/multiple-repo-manager/compare/v2.4.0...v3.0.0) (2022-06-10) +# [4.0.0-beta.1](https://github.com/mdonnalley/multiple-repo-manager/compare/v3.0.0...v4.0.0-beta.1) (2024-02-01) +### Bug Fixes -* feat!: release version 3 ([cf68096](https://github.com/mdonnalley/multiple-repo-manager/commit/cf68096cdd605f76771494f221311b89790c9640)) +- add untracked files ([2a92696](https://github.com/mdonnalley/multiple-repo-manager/commit/2a926961e54ca8021965ec45b9767c1bcf84a145)) +- feat!: update deps, ESM, node 18 ([2347f9a](https://github.com/mdonnalley/multiple-repo-manager/commit/2347f9a018b70d8b0e882f827cce41a54a1ff92b)) ### BREAKING CHANGES -* use zsh instead of bash +- ESM and node 18 -# [2.4.0](https://github.com/mdonnalley/multiple-repo-manager/compare/v2.3.0...v2.4.0) (2022-01-26) +# [3.0.0](https://github.com/mdonnalley/multiple-repo-manager/compare/v2.4.0...v3.0.0) (2022-06-10) + +- feat!: release version 3 ([cf68096](https://github.com/mdonnalley/multiple-repo-manager/commit/cf68096cdd605f76771494f221311b89790c9640)) +### BREAKING CHANGES + +- use zsh instead of bash + +# [2.4.0](https://github.com/mdonnalley/multiple-repo-manager/compare/v2.3.0...v2.4.0) (2022-01-26) ### Features -* remove cli-ux ([15438fa](https://github.com/mdonnalley/multiple-repo-manager/commit/15438fa2907970162e2acf24b94031fdd7176831)) +- remove cli-ux ([15438fa](https://github.com/mdonnalley/multiple-repo-manager/commit/15438fa2907970162e2acf24b94031fdd7176831)) # [2.3.0](https://github.com/mdonnalley/multiple-repo-manager/compare/v2.2.4...v2.3.0) (2021-12-06) diff --git a/README.md b/README.md index f969b50..ba876b5 100644 --- a/README.md +++ b/README.md @@ -121,7 +121,7 @@ EXAMPLES $ multi add https://github.com/my-github-org/my-repo ``` -_See code: [src/commands/add.ts](https://github.com/mdonnalley/multiple-repo-manager/blob/v3.0.0/src/commands/add.ts)_ +_See code: [src/commands/add.ts](https://github.com/mdonnalley/multiple-repo-manager/blob/v4.0.0-beta.1/src/commands/add.ts)_ ## `multi alias KEYVALUE` @@ -149,7 +149,7 @@ EXAMPLES $ multi alias myrepo= ``` -_See code: [src/commands/alias.ts](https://github.com/mdonnalley/multiple-repo-manager/blob/v3.0.0/src/commands/alias.ts)_ +_See code: [src/commands/alias.ts](https://github.com/mdonnalley/multiple-repo-manager/blob/v4.0.0-beta.1/src/commands/alias.ts)_ ## `multi cd REPO` @@ -166,7 +166,7 @@ DESCRIPTION cd into a repository. ``` -_See code: [src/commands/cd.ts](https://github.com/mdonnalley/multiple-repo-manager/blob/v3.0.0/src/commands/cd.ts)_ +_See code: [src/commands/cd.ts](https://github.com/mdonnalley/multiple-repo-manager/blob/v4.0.0-beta.1/src/commands/cd.ts)_ ## `multi diff ORG` @@ -186,7 +186,7 @@ EXAMPLES $ multi diff my-github-org ``` -_See code: [src/commands/diff.ts](https://github.com/mdonnalley/multiple-repo-manager/blob/v3.0.0/src/commands/diff.ts)_ +_See code: [src/commands/diff.ts](https://github.com/mdonnalley/multiple-repo-manager/blob/v4.0.0-beta.1/src/commands/diff.ts)_ ## `multi exec REPO` @@ -219,7 +219,7 @@ EXAMPLES $ multi exec . -- open https://app.circleci.com/pipelines/github/{repo.fullName} ``` -_See code: [src/commands/exec.ts](https://github.com/mdonnalley/multiple-repo-manager/blob/v3.0.0/src/commands/exec.ts)_ +_See code: [src/commands/exec.ts](https://github.com/mdonnalley/multiple-repo-manager/blob/v4.0.0-beta.1/src/commands/exec.ts)_ ## `multi list` @@ -236,7 +236,7 @@ ALIASES $ multi ls ``` -_See code: [src/commands/list.ts](https://github.com/mdonnalley/multiple-repo-manager/blob/v3.0.0/src/commands/list.ts)_ +_See code: [src/commands/list.ts](https://github.com/mdonnalley/multiple-repo-manager/blob/v4.0.0-beta.1/src/commands/list.ts)_ ## `multi list org ORG` @@ -256,7 +256,7 @@ EXAMPLES $ multi list org my-github-org ``` -_See code: [src/commands/list/org.ts](https://github.com/mdonnalley/multiple-repo-manager/blob/v3.0.0/src/commands/list/org.ts)_ +_See code: [src/commands/list/org.ts](https://github.com/mdonnalley/multiple-repo-manager/blob/v4.0.0-beta.1/src/commands/list/org.ts)_ ## `multi ls` @@ -345,7 +345,7 @@ EXAMPLES $ multi open my-repo --file path/to/my/code.ts ``` -_See code: [src/commands/open.ts](https://github.com/mdonnalley/multiple-repo-manager/blob/v3.0.0/src/commands/open.ts)_ +_See code: [src/commands/open.ts](https://github.com/mdonnalley/multiple-repo-manager/blob/v4.0.0-beta.1/src/commands/open.ts)_ ## `multi pulls` @@ -362,7 +362,7 @@ EXAMPLES $ multi pulls ``` -_See code: [src/commands/pulls.ts](https://github.com/mdonnalley/multiple-repo-manager/blob/v3.0.0/src/commands/pulls.ts)_ +_See code: [src/commands/pulls.ts](https://github.com/mdonnalley/multiple-repo-manager/blob/v4.0.0-beta.1/src/commands/pulls.ts)_ ## `multi remove REPO` @@ -382,7 +382,7 @@ ALIASES $ multi rm ``` -_See code: [src/commands/remove.ts](https://github.com/mdonnalley/multiple-repo-manager/blob/v3.0.0/src/commands/remove.ts)_ +_See code: [src/commands/remove.ts](https://github.com/mdonnalley/multiple-repo-manager/blob/v4.0.0-beta.1/src/commands/remove.ts)_ ## `multi rm REPO` @@ -414,7 +414,7 @@ DESCRIPTION Setup multi ``` -_See code: [src/commands/setup.ts](https://github.com/mdonnalley/multiple-repo-manager/blob/v3.0.0/src/commands/setup.ts)_ +_See code: [src/commands/setup.ts](https://github.com/mdonnalley/multiple-repo-manager/blob/v4.0.0-beta.1/src/commands/setup.ts)_ ## `multi task KEYVALUE` @@ -453,7 +453,7 @@ EXAMPLES $ multi task build --interactive ``` -_See code: [src/commands/task.ts](https://github.com/mdonnalley/multiple-repo-manager/blob/v3.0.0/src/commands/task.ts)_ +_See code: [src/commands/task.ts](https://github.com/mdonnalley/multiple-repo-manager/blob/v4.0.0-beta.1/src/commands/task.ts)_ ## `multi task get TASK` @@ -470,7 +470,7 @@ DESCRIPTION Return the value of a task. ``` -_See code: [src/commands/task/get.ts](https://github.com/mdonnalley/multiple-repo-manager/blob/v3.0.0/src/commands/task/get.ts)_ +_See code: [src/commands/task/get.ts](https://github.com/mdonnalley/multiple-repo-manager/blob/v4.0.0-beta.1/src/commands/task/get.ts)_ ## `multi v REPO` @@ -508,7 +508,7 @@ ALIASES $ multi v ``` -_See code: [src/commands/view.ts](https://github.com/mdonnalley/multiple-repo-manager/blob/v3.0.0/src/commands/view.ts)_ +_See code: [src/commands/view.ts](https://github.com/mdonnalley/multiple-repo-manager/blob/v4.0.0-beta.1/src/commands/view.ts)_ ## `multi where REPO` @@ -528,7 +528,7 @@ DESCRIPTION Print location of a repository. ``` -_See code: [src/commands/where.ts](https://github.com/mdonnalley/multiple-repo-manager/blob/v3.0.0/src/commands/where.ts)_ +_See code: [src/commands/where.ts](https://github.com/mdonnalley/multiple-repo-manager/blob/v4.0.0-beta.1/src/commands/where.ts)_ ## `multi x REPO` diff --git a/package.json b/package.json index 6783047..979adab 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "multiple-repo-manager", "description": "CLI for managing multiple repositories", - "version": "3.0.0", + "version": "4.0.0-beta.1", "author": "Mike Donnalley", "homepage": "https://github.com/mdonnalley/multiple-repo-manager", "repository": "mdonnalley/multiple-repo-manager",