Skip to content

Commit

Permalink
chore(release): 4.6.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
svc-cli-bot committed Jan 19, 2024
1 parent 2cc3b0a commit f7edde1
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 42 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# [4.6.0](https://github.com/salesforcecli/plugin-release-management/compare/4.5.27...4.6.0) (2024-01-19)

### Features

- migrate to ESM + bump deps([#983](https://github.com/salesforcecli/plugin-release-management/issues/983)) ([2cc3b0a](https://github.com/salesforcecli/plugin-release-management/commit/2cc3b0a1cd43782c5546764264781d47882c9c52))

## [4.5.27](https://github.com/salesforcecli/plugin-release-management/compare/4.5.26...4.5.27) (2024-01-16)

### Bug Fixes
Expand Down
59 changes: 18 additions & 41 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@ sfdx plugins
- [`sfdx cli release automerge`](#sfdx-cli-release-automerge)
- [`sfdx cli release build`](#sfdx-cli-release-build)
- [`sfdx cli releasenotes`](#sfdx-cli-releasenotes)
- [`sfdx cli schemas compare`](#sfdx-cli-schemas-compare)
- [`sfdx cli tarballs prepare`](#sfdx-cli-tarballs-prepare)
- [`sfdx cli tarballs smoke`](#sfdx-cli-tarballs-smoke)
- [`sfdx cli tarballs verify`](#sfdx-cli-tarballs-verify)
Expand Down Expand Up @@ -157,7 +156,7 @@ EXAMPLES
$ sfdx channel promote --candidate latest-rc --target latest --platform win --platform mac
```

_See code: [src/commands/channel/promote.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.5.27/src/commands/channel/promote.ts)_
_See code: [src/commands/channel/promote.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.6.0/src/commands/channel/promote.ts)_

## `sfdx cli artifacts compare`

Expand All @@ -180,7 +179,7 @@ EXAMPLES
$ sfdx cli artifacts compare
```

_See code: [src/commands/cli/artifacts/compare.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.5.27/src/commands/cli/artifacts/compare.ts)_
_See code: [src/commands/cli/artifacts/compare.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.6.0/src/commands/cli/artifacts/compare.ts)_

## `sfdx cli install jit test`

Expand All @@ -200,7 +199,7 @@ EXAMPLES
$ sfdx cli install jit test
```

_See code: [src/commands/cli/install/jit/test.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.5.27/src/commands/cli/install/jit/test.ts)_
_See code: [src/commands/cli/install/jit/test.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.6.0/src/commands/cli/install/jit/test.ts)_

## `sfdx cli install test`

Expand Down Expand Up @@ -240,7 +239,7 @@ EXAMPLES
$ sfdx cli install test --cli sf --method tarball --channel stable-rc
```

_See code: [src/commands/cli/install/test.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.5.27/src/commands/cli/install/test.ts)_
_See code: [src/commands/cli/install/test.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.6.0/src/commands/cli/install/test.ts)_

## `sfdx cli release automerge`

Expand Down Expand Up @@ -269,7 +268,7 @@ EXAMPLES
$ sfdx cli release automerge --owner salesforcecli --repo sfdx-cli --pul-number 1049
```

_See code: [src/commands/cli/release/automerge.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.5.27/src/commands/cli/release/automerge.ts)_
_See code: [src/commands/cli/release/automerge.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.6.0/src/commands/cli/release/automerge.ts)_

## `sfdx cli release build`

Expand Down Expand Up @@ -330,7 +329,7 @@ EXAMPLES
$ sfdx cli release build --only @salesforce/plugin-source,@salesforce/[email protected],@sf/config
```

_See code: [src/commands/cli/release/build.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.5.27/src/commands/cli/release/build.ts)_
_See code: [src/commands/cli/release/build.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.6.0/src/commands/cli/release/build.ts)_

## `sfdx cli releasenotes`

Expand Down Expand Up @@ -370,29 +369,7 @@ EXAMPLES
$ sfdx cli releasenotes --cli sf --markdown > changes.md
```

_See code: [src/commands/cli/releasenotes.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.5.27/src/commands/cli/releasenotes.ts)_

## `sfdx cli schemas compare`

compare schemas from installed plugins

```
USAGE
$ sfdx cli schemas compare [--json]
GLOBAL FLAGS
--json Format output as json.
DESCRIPTION
compare schemas from installed plugins
compare schemas from installed plugins
EXAMPLES
$ sfdx cli schemas compare
```

_See code: [src/commands/cli/schemas/compare.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.5.27/src/commands/cli/schemas/compare.ts)_
_See code: [src/commands/cli/releasenotes.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.6.0/src/commands/cli/releasenotes.ts)_

## `sfdx cli tarballs prepare`

Expand All @@ -419,7 +396,7 @@ EXAMPLES
$ sfdx cli tarballs prepare
```

_See code: [src/commands/cli/tarballs/prepare.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.5.27/src/commands/cli/tarballs/prepare.ts)_
_See code: [src/commands/cli/tarballs/prepare.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.6.0/src/commands/cli/tarballs/prepare.ts)_

## `sfdx cli tarballs smoke`

Expand Down Expand Up @@ -448,7 +425,7 @@ EXAMPLES
$ sfdx cli tarballs smoke
```

_See code: [src/commands/cli/tarballs/smoke.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.5.27/src/commands/cli/tarballs/smoke.ts)_
_See code: [src/commands/cli/tarballs/smoke.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.6.0/src/commands/cli/tarballs/smoke.ts)_

## `sfdx cli tarballs verify`

Expand Down Expand Up @@ -479,7 +456,7 @@ EXAMPLES
$ sfdx cli tarballs verify --cli sf
```

_See code: [src/commands/cli/tarballs/verify.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.5.27/src/commands/cli/tarballs/verify.ts)_
_See code: [src/commands/cli/tarballs/verify.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.6.0/src/commands/cli/tarballs/verify.ts)_

## `sfdx cli versions inspect`

Expand Down Expand Up @@ -531,7 +508,7 @@ EXAMPLES
$ sfdx cli versions inspect -l npm -c latest -d chalk -s
```

_See code: [src/commands/cli/versions/inspect.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.5.27/src/commands/cli/versions/inspect.ts)_
_See code: [src/commands/cli/versions/inspect.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.6.0/src/commands/cli/versions/inspect.ts)_

## `sfdx dependabot automerge`

Expand Down Expand Up @@ -570,7 +547,7 @@ EXAMPLES
$ sfdx dependabot automerge --max-version-bump major
```

_See code: [src/commands/dependabot/automerge.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.5.27/src/commands/dependabot/automerge.ts)_
_See code: [src/commands/dependabot/automerge.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.6.0/src/commands/dependabot/automerge.ts)_

## `sfdx github check closed`

Expand All @@ -596,7 +573,7 @@ EXAMPLES
$ sfdx github check closed -o [email protected]
```

_See code: [src/commands/github/check/closed.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.5.27/src/commands/github/check/closed.ts)_
_See code: [src/commands/github/check/closed.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.6.0/src/commands/github/check/closed.ts)_

## `sfdx npm dependencies pin`

Expand All @@ -621,7 +598,7 @@ DESCRIPTION
in the package.json
```

_See code: [src/commands/npm/dependencies/pin.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.5.27/src/commands/npm/dependencies/pin.ts)_
_See code: [src/commands/npm/dependencies/pin.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.6.0/src/commands/npm/dependencies/pin.ts)_

## `sfdx npm package release`

Expand Down Expand Up @@ -652,7 +629,7 @@ DESCRIPTION
publish npm package
```

_See code: [src/commands/npm/package/release.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.5.27/src/commands/npm/package/release.ts)_
_See code: [src/commands/npm/package/release.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.6.0/src/commands/npm/package/release.ts)_

## `sfdx plugins trust verify`

Expand All @@ -675,12 +652,12 @@ DESCRIPTION
Verifies the digital signature on an npm package matches the signature and key stored at the expected URLs.
EXAMPLES
$ sfdx plugins trust verify --npm @scope/npmName --registry http://my.repo.org:4874
$ sfdx plugins trust verify --npm @scope/npmName --registry https://npm.pkg.github.com
$ sfdx plugins trust verify --npm @scope/npmName
```

_See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/2.6.23/src/commands/plugins/trust/verify.ts)_
_See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.3.1/src/commands/plugins/trust/verify.ts)_

## `sfdx repositories`

Expand Down Expand Up @@ -718,6 +695,6 @@ EXAMPLES
$ sfdx repositories --json | jq -r '.result[] | select(.name=="sfdx-core") | .packages[] | .url
```

_See code: [src/commands/repositories/index.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.5.27/src/commands/repositories/index.ts)_
_See code: [src/commands/repositories/index.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.6.0/src/commands/repositories/index.ts)_

<!-- commandsstop -->
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@salesforce/plugin-release-management",
"description": "A plugin for preparing and publishing npm packages",
"version": "4.5.27",
"version": "4.6.0",
"author": "Salesforce",
"bugs": "https://github.com/forcedotcom/cli/issues",
"type": "module",
Expand Down

0 comments on commit f7edde1

Please sign in to comment.