Skip to content

Commit

Permalink
chore(release): 4.0.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Feb 1, 2024
1 parent cf48ebf commit 5c75c10
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 16 deletions.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,31 @@
# [4.0.0](https://github.com/mdonnalley/multiple-repo-manager/compare/v3.0.0...v4.0.0) (2024-02-01)

- feat!: 4.0.0 (#187) ([cf48ebf](https://github.com/mdonnalley/multiple-repo-manager/commit/cf48ebfa1aa3a085ef4d1484d766ebf15787b5d6)), closes [#187](https://github.com/mdonnalley/multiple-repo-manager/issues/187)

### BREAKING CHANGES

- ESM and node 18

- chore: use npm instead of yarn

- chore: test/tsconfig

- chore: bump ocktokit

- chore: repo clean up

- chore: make everything pretty

- fix: add untracked files

- ci: attempt to get passing build

- ci: change release commit

- chore(release): 4.0.0-beta.1 [skip ci]

- fix: no wrapping in yml files

# [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
Expand Down
30 changes: 15 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/v4.0.0-beta.1/src/commands/add.ts)_
_See code: [src/commands/add.ts](https://github.com/mdonnalley/multiple-repo-manager/blob/v4.0.0/src/commands/add.ts)_
## `multi alias KEYVALUE`
Expand Down Expand Up @@ -149,7 +149,7 @@ EXAMPLES
$ multi alias myrepo=
```
_See code: [src/commands/alias.ts](https://github.com/mdonnalley/multiple-repo-manager/blob/v4.0.0-beta.1/src/commands/alias.ts)_
_See code: [src/commands/alias.ts](https://github.com/mdonnalley/multiple-repo-manager/blob/v4.0.0/src/commands/alias.ts)_
## `multi cd REPO`
Expand All @@ -166,7 +166,7 @@ DESCRIPTION
cd into a repository.
```
_See code: [src/commands/cd.ts](https://github.com/mdonnalley/multiple-repo-manager/blob/v4.0.0-beta.1/src/commands/cd.ts)_
_See code: [src/commands/cd.ts](https://github.com/mdonnalley/multiple-repo-manager/blob/v4.0.0/src/commands/cd.ts)_
## `multi diff ORG`
Expand All @@ -186,7 +186,7 @@ EXAMPLES
$ multi diff my-github-org
```
_See code: [src/commands/diff.ts](https://github.com/mdonnalley/multiple-repo-manager/blob/v4.0.0-beta.1/src/commands/diff.ts)_
_See code: [src/commands/diff.ts](https://github.com/mdonnalley/multiple-repo-manager/blob/v4.0.0/src/commands/diff.ts)_
## `multi exec REPO`
Expand Down Expand Up @@ -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/v4.0.0-beta.1/src/commands/exec.ts)_
_See code: [src/commands/exec.ts](https://github.com/mdonnalley/multiple-repo-manager/blob/v4.0.0/src/commands/exec.ts)_
## `multi list`
Expand All @@ -236,7 +236,7 @@ ALIASES
$ multi ls
```
_See code: [src/commands/list.ts](https://github.com/mdonnalley/multiple-repo-manager/blob/v4.0.0-beta.1/src/commands/list.ts)_
_See code: [src/commands/list.ts](https://github.com/mdonnalley/multiple-repo-manager/blob/v4.0.0/src/commands/list.ts)_
## `multi list org ORG`
Expand All @@ -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/v4.0.0-beta.1/src/commands/list/org.ts)_
_See code: [src/commands/list/org.ts](https://github.com/mdonnalley/multiple-repo-manager/blob/v4.0.0/src/commands/list/org.ts)_
## `multi ls`
Expand Down Expand Up @@ -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/v4.0.0-beta.1/src/commands/open.ts)_
_See code: [src/commands/open.ts](https://github.com/mdonnalley/multiple-repo-manager/blob/v4.0.0/src/commands/open.ts)_
## `multi pulls`
Expand All @@ -362,7 +362,7 @@ EXAMPLES
$ multi pulls
```
_See code: [src/commands/pulls.ts](https://github.com/mdonnalley/multiple-repo-manager/blob/v4.0.0-beta.1/src/commands/pulls.ts)_
_See code: [src/commands/pulls.ts](https://github.com/mdonnalley/multiple-repo-manager/blob/v4.0.0/src/commands/pulls.ts)_
## `multi remove REPO`
Expand All @@ -382,7 +382,7 @@ ALIASES
$ multi rm
```
_See code: [src/commands/remove.ts](https://github.com/mdonnalley/multiple-repo-manager/blob/v4.0.0-beta.1/src/commands/remove.ts)_
_See code: [src/commands/remove.ts](https://github.com/mdonnalley/multiple-repo-manager/blob/v4.0.0/src/commands/remove.ts)_
## `multi rm REPO`
Expand Down Expand Up @@ -414,7 +414,7 @@ DESCRIPTION
Setup multi
```
_See code: [src/commands/setup.ts](https://github.com/mdonnalley/multiple-repo-manager/blob/v4.0.0-beta.1/src/commands/setup.ts)_
_See code: [src/commands/setup.ts](https://github.com/mdonnalley/multiple-repo-manager/blob/v4.0.0/src/commands/setup.ts)_
## `multi task KEYVALUE`
Expand Down Expand Up @@ -453,7 +453,7 @@ EXAMPLES
$ multi task build --interactive
```
_See code: [src/commands/task.ts](https://github.com/mdonnalley/multiple-repo-manager/blob/v4.0.0-beta.1/src/commands/task.ts)_
_See code: [src/commands/task.ts](https://github.com/mdonnalley/multiple-repo-manager/blob/v4.0.0/src/commands/task.ts)_
## `multi task get TASK`
Expand All @@ -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/v4.0.0-beta.1/src/commands/task/get.ts)_
_See code: [src/commands/task/get.ts](https://github.com/mdonnalley/multiple-repo-manager/blob/v4.0.0/src/commands/task/get.ts)_
## `multi v REPO`
Expand Down Expand Up @@ -508,7 +508,7 @@ ALIASES
$ multi v
```
_See code: [src/commands/view.ts](https://github.com/mdonnalley/multiple-repo-manager/blob/v4.0.0-beta.1/src/commands/view.ts)_
_See code: [src/commands/view.ts](https://github.com/mdonnalley/multiple-repo-manager/blob/v4.0.0/src/commands/view.ts)_
## `multi where REPO`
Expand All @@ -528,7 +528,7 @@ DESCRIPTION
Print location of a repository.
```
_See code: [src/commands/where.ts](https://github.com/mdonnalley/multiple-repo-manager/blob/v4.0.0-beta.1/src/commands/where.ts)_
_See code: [src/commands/where.ts](https://github.com/mdonnalley/multiple-repo-manager/blob/v4.0.0/src/commands/where.ts)_
## `multi x REPO`
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "multiple-repo-manager",
"description": "CLI for managing multiple repositories",
"version": "4.0.0-beta.1",
"version": "4.0.0",
"author": "Mike Donnalley",
"homepage": "https://github.com/mdonnalley/multiple-repo-manager",
"repository": "mdonnalley/multiple-repo-manager",
Expand Down

0 comments on commit 5c75c10

Please sign in to comment.