From 14d0c9f86ba63da2d7ddeb6f701ac98180f573f3 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 2 Feb 2024 17:06:56 +0000 Subject: [PATCH] chore(release): 4.2.0 [skip ci] --- CHANGELOG.md | 6 ++++++ README.md | 32 ++++++++++++++++---------------- package.json | 2 +- 3 files changed, 23 insertions(+), 17 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a21d1b0..9687c79 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# [4.2.0](https://github.com/mdonnalley/multiple-repo-manager/compare/v4.1.0...v4.2.0) (2024-02-02) + +### Features + +- add refresh command ([7cf4e9c](https://github.com/mdonnalley/multiple-repo-manager/commit/7cf4e9c3a359c2e4db06f286a4ec4fab9ad0d4b2)) + # [4.1.0](https://github.com/mdonnalley/multiple-repo-manager/compare/v4.0.2...v4.1.0) (2024-02-01) ### Features diff --git a/README.md b/README.md index 65d1d8c..2070150 100644 --- a/README.md +++ b/README.md @@ -117,7 +117,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/v4.1.0/src/commands/add.ts)_ +_See code: [src/commands/add.ts](https://github.com/mdonnalley/multiple-repo-manager/blob/v4.2.0/src/commands/add.ts)_ ## `multi alias KEYVALUE` @@ -145,7 +145,7 @@ EXAMPLES $ multi alias myrepo= ``` -_See code: [src/commands/alias.ts](https://github.com/mdonnalley/multiple-repo-manager/blob/v4.1.0/src/commands/alias.ts)_ +_See code: [src/commands/alias.ts](https://github.com/mdonnalley/multiple-repo-manager/blob/v4.2.0/src/commands/alias.ts)_ ## `multi cd REPO` @@ -162,7 +162,7 @@ DESCRIPTION cd into a repository. ``` -_See code: [src/commands/cd.ts](https://github.com/mdonnalley/multiple-repo-manager/blob/v4.1.0/src/commands/cd.ts)_ +_See code: [src/commands/cd.ts](https://github.com/mdonnalley/multiple-repo-manager/blob/v4.2.0/src/commands/cd.ts)_ ## `multi diff ORG` @@ -182,7 +182,7 @@ EXAMPLES $ multi diff my-github-org ``` -_See code: [src/commands/diff.ts](https://github.com/mdonnalley/multiple-repo-manager/blob/v4.1.0/src/commands/diff.ts)_ +_See code: [src/commands/diff.ts](https://github.com/mdonnalley/multiple-repo-manager/blob/v4.2.0/src/commands/diff.ts)_ ## `multi exec REPO` @@ -215,7 +215,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/v4.1.0/src/commands/exec.ts)_ +_See code: [src/commands/exec.ts](https://github.com/mdonnalley/multiple-repo-manager/blob/v4.2.0/src/commands/exec.ts)_ ## `multi list` @@ -232,7 +232,7 @@ ALIASES $ multi ls ``` -_See code: [src/commands/list.ts](https://github.com/mdonnalley/multiple-repo-manager/blob/v4.1.0/src/commands/list.ts)_ +_See code: [src/commands/list.ts](https://github.com/mdonnalley/multiple-repo-manager/blob/v4.2.0/src/commands/list.ts)_ ## `multi list org ORG` @@ -252,7 +252,7 @@ EXAMPLES $ multi list org my-github-org ``` -_See code: [src/commands/list/org.ts](https://github.com/mdonnalley/multiple-repo-manager/blob/v4.1.0/src/commands/list/org.ts)_ +_See code: [src/commands/list/org.ts](https://github.com/mdonnalley/multiple-repo-manager/blob/v4.2.0/src/commands/list/org.ts)_ ## `multi open REPO` @@ -290,7 +290,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/v4.1.0/src/commands/open.ts)_ +_See code: [src/commands/open.ts](https://github.com/mdonnalley/multiple-repo-manager/blob/v4.2.0/src/commands/open.ts)_ ## `multi pulls` @@ -307,7 +307,7 @@ EXAMPLES $ multi pulls ``` -_See code: [src/commands/pulls.ts](https://github.com/mdonnalley/multiple-repo-manager/blob/v4.1.0/src/commands/pulls.ts)_ +_See code: [src/commands/pulls.ts](https://github.com/mdonnalley/multiple-repo-manager/blob/v4.2.0/src/commands/pulls.ts)_ ## `multi refresh` @@ -324,7 +324,7 @@ DESCRIPTION Refresh the list of repositories and corresponding metadata. ``` -_See code: [src/commands/refresh.ts](https://github.com/mdonnalley/multiple-repo-manager/blob/v4.1.0/src/commands/refresh.ts)_ +_See code: [src/commands/refresh.ts](https://github.com/mdonnalley/multiple-repo-manager/blob/v4.2.0/src/commands/refresh.ts)_ ## `multi remove REPO` @@ -344,7 +344,7 @@ ALIASES $ multi rm ``` -_See code: [src/commands/remove.ts](https://github.com/mdonnalley/multiple-repo-manager/blob/v4.1.0/src/commands/remove.ts)_ +_See code: [src/commands/remove.ts](https://github.com/mdonnalley/multiple-repo-manager/blob/v4.2.0/src/commands/remove.ts)_ ## `multi setup` @@ -358,7 +358,7 @@ DESCRIPTION Setup multi ``` -_See code: [src/commands/setup.ts](https://github.com/mdonnalley/multiple-repo-manager/blob/v4.1.0/src/commands/setup.ts)_ +_See code: [src/commands/setup.ts](https://github.com/mdonnalley/multiple-repo-manager/blob/v4.2.0/src/commands/setup.ts)_ ## `multi task KEYVALUE` @@ -397,7 +397,7 @@ EXAMPLES $ multi task build --interactive ``` -_See code: [src/commands/task.ts](https://github.com/mdonnalley/multiple-repo-manager/blob/v4.1.0/src/commands/task.ts)_ +_See code: [src/commands/task.ts](https://github.com/mdonnalley/multiple-repo-manager/blob/v4.2.0/src/commands/task.ts)_ ## `multi task get TASK` @@ -414,7 +414,7 @@ DESCRIPTION Return the value of a task. ``` -_See code: [src/commands/task/get.ts](https://github.com/mdonnalley/multiple-repo-manager/blob/v4.1.0/src/commands/task/get.ts)_ +_See code: [src/commands/task/get.ts](https://github.com/mdonnalley/multiple-repo-manager/blob/v4.2.0/src/commands/task/get.ts)_ ## `multi view REPO` @@ -434,7 +434,7 @@ ALIASES $ multi v ``` -_See code: [src/commands/view.ts](https://github.com/mdonnalley/multiple-repo-manager/blob/v4.1.0/src/commands/view.ts)_ +_See code: [src/commands/view.ts](https://github.com/mdonnalley/multiple-repo-manager/blob/v4.2.0/src/commands/view.ts)_ ## `multi where REPO` @@ -454,5 +454,5 @@ DESCRIPTION Print location of a repository. ``` -_See code: [src/commands/where.ts](https://github.com/mdonnalley/multiple-repo-manager/blob/v4.1.0/src/commands/where.ts)_ +_See code: [src/commands/where.ts](https://github.com/mdonnalley/multiple-repo-manager/blob/v4.2.0/src/commands/where.ts)_ diff --git a/package.json b/package.json index fe488c1..e44bd73 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "multiple-repo-manager", "description": "CLI for managing multiple repositories", - "version": "4.1.0", + "version": "4.2.0", "author": "Mike Donnalley", "homepage": "https://github.com/mdonnalley/multiple-repo-manager", "repository": "mdonnalley/multiple-repo-manager",