Skip to content

Commit

Permalink
chore(release): 4.8.5 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
svc-cli-bot committed Apr 15, 2024
1 parent dda6fd3 commit 8658be9
Show file tree
Hide file tree
Showing 9 changed files with 22 additions and 16 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [4.8.5](https://github.com/oclif/oclif/compare/4.8.4...4.8.5) (2024-04-15)

### Bug Fixes

- **deps:** bump @aws-sdk/client-s3 from 3.550.0 to 3.554.0 ([f5bff54](https://github.com/oclif/oclif/commit/f5bff54d426105f43b17da0ded5d638cafaa79e5))

## [4.8.4](https://github.com/oclif/oclif/compare/4.8.3...4.8.4) (2024-04-14)

### Bug Fixes
Expand Down
6 changes: 3 additions & 3 deletions docs/generate.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ EXAMPLES
$ oclif generate my-cli --module-type CommonJS --author "John Doe" --yes
```

_See code: [src/commands/generate.ts](https://github.com/oclif/oclif/blob/4.8.4/src/commands/generate.ts)_
_See code: [src/commands/generate.ts](https://github.com/oclif/oclif/blob/4.8.5/src/commands/generate.ts)_

## `oclif generate command NAME`

Expand All @@ -81,7 +81,7 @@ DESCRIPTION
Add a command to an existing CLI or plugin.
```

_See code: [src/commands/generate/command.ts](https://github.com/oclif/oclif/blob/4.8.4/src/commands/generate/command.ts)_
_See code: [src/commands/generate/command.ts](https://github.com/oclif/oclif/blob/4.8.5/src/commands/generate/command.ts)_

## `oclif generate hook NAME`

Expand All @@ -102,4 +102,4 @@ DESCRIPTION
Add a hook to an existing CLI or plugin.
```

_See code: [src/commands/generate/hook.ts](https://github.com/oclif/oclif/blob/4.8.4/src/commands/generate/hook.ts)_
_See code: [src/commands/generate/hook.ts](https://github.com/oclif/oclif/blob/4.8.5/src/commands/generate/hook.ts)_
2 changes: 1 addition & 1 deletion docs/init.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ EXAMPLES
$ oclif init --topic-separator colons --bin mycli
```

_See code: [src/commands/init.ts](https://github.com/oclif/oclif/blob/4.8.4/src/commands/init.ts)_
_See code: [src/commands/init.ts](https://github.com/oclif/oclif/blob/4.8.5/src/commands/init.ts)_
2 changes: 1 addition & 1 deletion docs/manifest.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ DESCRIPTION
Generates plugin manifest json (oclif.manifest.json).
```

_See code: [src/commands/manifest.ts](https://github.com/oclif/oclif/blob/4.8.4/src/commands/manifest.ts)_
_See code: [src/commands/manifest.ts](https://github.com/oclif/oclif/blob/4.8.5/src/commands/manifest.ts)_
8 changes: 4 additions & 4 deletions docs/pack.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ FLAG DESCRIPTIONS
For more details see the `-Zcompress-type` section at https://man7.org/linux/man-pages/man1/dpkg-deb.1.html
```

_See code: [src/commands/pack/deb.ts](https://github.com/oclif/oclif/blob/4.8.4/src/commands/pack/deb.ts)_
_See code: [src/commands/pack/deb.ts](https://github.com/oclif/oclif/blob/4.8.5/src/commands/pack/deb.ts)_

## `oclif pack macos`

Expand All @@ -53,7 +53,7 @@ DESCRIPTION
Add a pretarball script to your package.json if you need to run any scripts before the tarball is created.
```

_See code: [src/commands/pack/macos.ts](https://github.com/oclif/oclif/blob/4.8.4/src/commands/pack/macos.ts)_
_See code: [src/commands/pack/macos.ts](https://github.com/oclif/oclif/blob/4.8.5/src/commands/pack/macos.ts)_

## `oclif pack tarballs`

Expand All @@ -78,7 +78,7 @@ DESCRIPTION
Add a pretarball script to your package.json if you need to run any scripts before the tarball is created.
```

_See code: [src/commands/pack/tarballs.ts](https://github.com/oclif/oclif/blob/4.8.4/src/commands/pack/tarballs.ts)_
_See code: [src/commands/pack/tarballs.ts](https://github.com/oclif/oclif/blob/4.8.5/src/commands/pack/tarballs.ts)_

## `oclif pack win`

Expand Down Expand Up @@ -116,4 +116,4 @@ FLAG DESCRIPTIONS
There is no way to set a hidden checkbox with "true" as a default...the user can always allow full security
```

_See code: [src/commands/pack/win.ts](https://github.com/oclif/oclif/blob/4.8.4/src/commands/pack/win.ts)_
_See code: [src/commands/pack/win.ts](https://github.com/oclif/oclif/blob/4.8.5/src/commands/pack/win.ts)_
2 changes: 1 addition & 1 deletion docs/promote.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ DESCRIPTION
Promote CLI builds to a S3 release channel.
```

_See code: [src/commands/promote.ts](https://github.com/oclif/oclif/blob/4.8.4/src/commands/promote.ts)_
_See code: [src/commands/promote.ts](https://github.com/oclif/oclif/blob/4.8.5/src/commands/promote.ts)_
2 changes: 1 addition & 1 deletion docs/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ DESCRIPTION
Customize the code URL prefix by setting oclif.repositoryPrefix in package.json.
```

_See code: [src/commands/readme.ts](https://github.com/oclif/oclif/blob/4.8.4/src/commands/readme.ts)_
_See code: [src/commands/readme.ts](https://github.com/oclif/oclif/blob/4.8.5/src/commands/readme.ts)_
8 changes: 4 additions & 4 deletions docs/upload.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ DESCRIPTION
Upload deb package built with `pack deb`.
```

_See code: [src/commands/upload/deb.ts](https://github.com/oclif/oclif/blob/4.8.4/src/commands/upload/deb.ts)_
_See code: [src/commands/upload/deb.ts](https://github.com/oclif/oclif/blob/4.8.5/src/commands/upload/deb.ts)_

## `oclif upload macos`

Expand All @@ -40,7 +40,7 @@ DESCRIPTION
Upload macos installers built with `pack macos`.
```

_See code: [src/commands/upload/macos.ts](https://github.com/oclif/oclif/blob/4.8.4/src/commands/upload/macos.ts)_
_See code: [src/commands/upload/macos.ts](https://github.com/oclif/oclif/blob/4.8.5/src/commands/upload/macos.ts)_

## `oclif upload tarballs`

Expand All @@ -59,7 +59,7 @@ DESCRIPTION
Upload an oclif CLI to S3.
```

_See code: [src/commands/upload/tarballs.ts](https://github.com/oclif/oclif/blob/4.8.4/src/commands/upload/tarballs.ts)_
_See code: [src/commands/upload/tarballs.ts](https://github.com/oclif/oclif/blob/4.8.5/src/commands/upload/tarballs.ts)_

## `oclif upload win`

Expand All @@ -77,4 +77,4 @@ DESCRIPTION
Upload windows installers built with `pack win`.
```

_See code: [src/commands/upload/win.ts](https://github.com/oclif/oclif/blob/4.8.4/src/commands/upload/win.ts)_
_See code: [src/commands/upload/win.ts](https://github.com/oclif/oclif/blob/4.8.5/src/commands/upload/win.ts)_
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "oclif",
"description": "oclif: create your own CLI",
"version": "4.8.4",
"version": "4.8.5",
"author": "Salesforce",
"bin": {
"oclif": "bin/run.js"
Expand Down

0 comments on commit 8658be9

Please sign in to comment.