From 22286099e1cb770d87ff0a720767ca747c47a6af Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Mon, 18 Nov 2024 05:25:25 +0000 Subject: [PATCH] chore(release): 4.15.28 [skip ci] --- CHANGELOG.md | 6 ++++++ docs/generate.md | 6 +++--- docs/init.md | 2 +- docs/manifest.md | 2 +- docs/pack.md | 8 ++++---- docs/promote.md | 2 +- docs/readme.md | 2 +- docs/upload.md | 8 ++++---- package.json | 2 +- 9 files changed, 22 insertions(+), 16 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d949d725..e99cc515 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [4.15.28](https://github.com/oclif/oclif/compare/4.15.27...4.15.28) (2024-11-18) + +### Bug Fixes + +- **deps:** bump @oclif/core from 4.0.31 to 4.0.32 ([146d8eb](https://github.com/oclif/oclif/commit/146d8ebc72037f8bdd2d22e978e1cb8bbe60bd88)) + ## [4.15.27](https://github.com/oclif/oclif/compare/4.15.26...4.15.27) (2024-11-18) ### Bug Fixes diff --git a/docs/generate.md b/docs/generate.md index a3b61af0..43c5d3c3 100644 --- a/docs/generate.md +++ b/docs/generate.md @@ -64,7 +64,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.15.27/src/commands/generate.ts)_ +_See code: [src/commands/generate.ts](https://github.com/oclif/oclif/blob/4.15.28/src/commands/generate.ts)_ ## `oclif generate command NAME` @@ -85,7 +85,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.15.27/src/commands/generate/command.ts)_ +_See code: [src/commands/generate/command.ts](https://github.com/oclif/oclif/blob/4.15.28/src/commands/generate/command.ts)_ ## `oclif generate hook NAME` @@ -106,4 +106,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.15.27/src/commands/generate/hook.ts)_ +_See code: [src/commands/generate/hook.ts](https://github.com/oclif/oclif/blob/4.15.28/src/commands/generate/hook.ts)_ diff --git a/docs/init.md b/docs/init.md index da6d5dfe..7494e2cc 100644 --- a/docs/init.md +++ b/docs/init.md @@ -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.15.27/src/commands/init.ts)_ +_See code: [src/commands/init.ts](https://github.com/oclif/oclif/blob/4.15.28/src/commands/init.ts)_ diff --git a/docs/manifest.md b/docs/manifest.md index 7de0fca2..69578f59 100644 --- a/docs/manifest.md +++ b/docs/manifest.md @@ -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.15.27/src/commands/manifest.ts)_ +_See code: [src/commands/manifest.ts](https://github.com/oclif/oclif/blob/4.15.28/src/commands/manifest.ts)_ diff --git a/docs/pack.md b/docs/pack.md index 4c505bf0..631a2ded 100644 --- a/docs/pack.md +++ b/docs/pack.md @@ -33,7 +33,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.15.27/src/commands/pack/deb.ts)_ +_See code: [src/commands/pack/deb.ts](https://github.com/oclif/oclif/blob/4.15.28/src/commands/pack/deb.ts)_ ## `oclif pack macos` @@ -55,7 +55,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.15.27/src/commands/pack/macos.ts)_ +_See code: [src/commands/pack/macos.ts](https://github.com/oclif/oclif/blob/4.15.28/src/commands/pack/macos.ts)_ ## `oclif pack tarballs` @@ -81,7 +81,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.15.27/src/commands/pack/tarballs.ts)_ +_See code: [src/commands/pack/tarballs.ts](https://github.com/oclif/oclif/blob/4.15.28/src/commands/pack/tarballs.ts)_ ## `oclif pack win` @@ -121,4 +121,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.15.27/src/commands/pack/win.ts)_ +_See code: [src/commands/pack/win.ts](https://github.com/oclif/oclif/blob/4.15.28/src/commands/pack/win.ts)_ diff --git a/docs/promote.md b/docs/promote.md index 3fb3b694..e368c572 100644 --- a/docs/promote.md +++ b/docs/promote.md @@ -32,4 +32,4 @@ DESCRIPTION Promote CLI builds to a S3 release channel. ``` -_See code: [src/commands/promote.ts](https://github.com/oclif/oclif/blob/4.15.27/src/commands/promote.ts)_ +_See code: [src/commands/promote.ts](https://github.com/oclif/oclif/blob/4.15.28/src/commands/promote.ts)_ diff --git a/docs/readme.md b/docs/readme.md index 5b233ebe..b8b949e2 100644 --- a/docs/readme.md +++ b/docs/readme.md @@ -38,4 +38,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.15.27/src/commands/readme.ts)_ +_See code: [src/commands/readme.ts](https://github.com/oclif/oclif/blob/4.15.28/src/commands/readme.ts)_ diff --git a/docs/upload.md b/docs/upload.md index b18710ed..a7a9eabe 100644 --- a/docs/upload.md +++ b/docs/upload.md @@ -23,7 +23,7 @@ DESCRIPTION Upload deb package built with `pack deb`. ``` -_See code: [src/commands/upload/deb.ts](https://github.com/oclif/oclif/blob/4.15.27/src/commands/upload/deb.ts)_ +_See code: [src/commands/upload/deb.ts](https://github.com/oclif/oclif/blob/4.15.28/src/commands/upload/deb.ts)_ ## `oclif upload macos` @@ -42,7 +42,7 @@ DESCRIPTION Upload macos installers built with `pack macos`. ``` -_See code: [src/commands/upload/macos.ts](https://github.com/oclif/oclif/blob/4.15.27/src/commands/upload/macos.ts)_ +_See code: [src/commands/upload/macos.ts](https://github.com/oclif/oclif/blob/4.15.28/src/commands/upload/macos.ts)_ ## `oclif upload tarballs` @@ -62,7 +62,7 @@ DESCRIPTION Upload an oclif CLI to S3. ``` -_See code: [src/commands/upload/tarballs.ts](https://github.com/oclif/oclif/blob/4.15.27/src/commands/upload/tarballs.ts)_ +_See code: [src/commands/upload/tarballs.ts](https://github.com/oclif/oclif/blob/4.15.28/src/commands/upload/tarballs.ts)_ ## `oclif upload win` @@ -81,4 +81,4 @@ DESCRIPTION Upload windows installers built with `pack win`. ``` -_See code: [src/commands/upload/win.ts](https://github.com/oclif/oclif/blob/4.15.27/src/commands/upload/win.ts)_ +_See code: [src/commands/upload/win.ts](https://github.com/oclif/oclif/blob/4.15.28/src/commands/upload/win.ts)_ diff --git a/package.json b/package.json index 148bf5ea..348fd56e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "oclif", "description": "oclif: create your own CLI", - "version": "4.15.27", + "version": "4.15.28", "author": "Salesforce", "bin": { "oclif": "bin/run.js"