Skip to content

Commit a3bb7fe

Browse files
author
SF-CLI-BOT
committed
chore(release): 1.11.1 [ci skip]
1 parent 9a3bbd7 commit a3bb7fe

3 files changed

Lines changed: 20 additions & 13 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
### [1.11.1](https://github.com/salesforcecli/plugin-release-management/compare/v1.11.0...v1.11.1) (2021-06-15)
6+
7+
8+
### Bug Fixes
9+
10+
* add proxy support for aws upload ([#198](https://github.com/salesforcecli/plugin-release-management/issues/198)) ([9a3bbd7](https://github.com/salesforcecli/plugin-release-management/commit/9a3bbd72cd689fa660b31e6f813bedeb31779068))
11+
512
## [1.11.0](https://github.com/salesforcecli/plugin-release-management/compare/v1.10.3...v1.11.0) (2021-06-11)
613

714

README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ EXAMPLE
132132
sfdx circleci -t plugin
133133
```
134134

135-
_See code: [src/commands/circleci/index.ts](https://github.com/salesforcecli/plugin-release-management/blob/v1.10.3/src/commands/circleci/index.ts)_
135+
_See code: [src/commands/circleci/index.ts](https://github.com/salesforcecli/plugin-release-management/blob/v1.11.0/src/commands/circleci/index.ts)_
136136

137137
## `sfdx circleci:envvar:update -e <string> [-s <string>] [--dryrun] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
138138

@@ -169,7 +169,7 @@ EXAMPLES
169169
sfdx circleci -t plugin | sfdx circleci:envvar:update -e 'MY_ENV_VAR' -e 'MY_OTHER_ENV_VAR'
170170
```
171171

172-
_See code: [src/commands/circleci/envvar/update.ts](https://github.com/salesforcecli/plugin-release-management/blob/v1.10.3/src/commands/circleci/envvar/update.ts)_
172+
_See code: [src/commands/circleci/envvar/update.ts](https://github.com/salesforcecli/plugin-release-management/blob/v1.11.0/src/commands/circleci/envvar/update.ts)_
173173

174174
## `sfdx cli:versions:inspect -c <string> -l <string> [-d <string>] [-s] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
175175

@@ -214,7 +214,7 @@ EXAMPLES
214214
sfdx cli:versions:inspect -l npm -c latest -d chalk -s
215215
```
216216

217-
_See code: [src/commands/cli/versions/inspect.ts](https://github.com/salesforcecli/plugin-release-management/blob/v1.10.3/src/commands/cli/versions/inspect.ts)_
217+
_See code: [src/commands/cli/versions/inspect.ts](https://github.com/salesforcecli/plugin-release-management/blob/v1.11.0/src/commands/cli/versions/inspect.ts)_
218218

219219
## `sfdx dependabot:consolidate -m major|minor|patch -b <string> -t <string> [--ignore <array>] [-d] [--no-pr] [-o <string>] [-r <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
220220

@@ -265,7 +265,7 @@ EXAMPLES
265265
sfdx dependabot:consolidate --max-version-bump major
266266
```
267267

268-
_See code: [src/commands/dependabot/consolidate.ts](https://github.com/salesforcecli/plugin-release-management/blob/v1.10.3/src/commands/dependabot/consolidate.ts)_
268+
_See code: [src/commands/dependabot/consolidate.ts](https://github.com/salesforcecli/plugin-release-management/blob/v1.11.0/src/commands/dependabot/consolidate.ts)_
269269

270270
## `sfdx npm:dependencies:pin [-d] [-t <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
271271

@@ -290,7 +290,7 @@ OPTIONS
290290
this command invocation
291291
```
292292

293-
_See code: [src/commands/npm/dependencies/pin.ts](https://github.com/salesforcecli/plugin-release-management/blob/v1.10.3/src/commands/npm/dependencies/pin.ts)_
293+
_See code: [src/commands/npm/dependencies/pin.ts](https://github.com/salesforcecli/plugin-release-management/blob/v1.11.0/src/commands/npm/dependencies/pin.ts)_
294294

295295
## `sfdx npm:lerna:release [-d] [-s <array>] [-t <string>] [-a <string>] [--install] [--githubrelease] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
296296

@@ -325,7 +325,7 @@ OPTIONS
325325
this command invocation
326326
```
327327

328-
_See code: [src/commands/npm/lerna/release.ts](https://github.com/salesforcecli/plugin-release-management/blob/v1.10.3/src/commands/npm/lerna/release.ts)_
328+
_See code: [src/commands/npm/lerna/release.ts](https://github.com/salesforcecli/plugin-release-management/blob/v1.11.0/src/commands/npm/lerna/release.ts)_
329329

330330
## `sfdx npm:package:release [-d] [-s] [-t <string>] [-a <string>] [--install] [--prerelease <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
331331

@@ -363,7 +363,7 @@ OPTIONS
363363
is not manually set
364364
```
365365

366-
_See code: [src/commands/npm/package/release.ts](https://github.com/salesforcecli/plugin-release-management/blob/v1.10.3/src/commands/npm/package/release.ts)_
366+
_See code: [src/commands/npm/package/release.ts](https://github.com/salesforcecli/plugin-release-management/blob/v1.11.0/src/commands/npm/package/release.ts)_
367367

368368
## `sfdx npm:release:validate [--verbose] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
369369

@@ -384,7 +384,7 @@ OPTIONS
384384
(only works with --json flag)
385385
```
386386

387-
_See code: [src/commands/npm/release/validate.ts](https://github.com/salesforcecli/plugin-release-management/blob/v1.10.3/src/commands/npm/release/validate.ts)_
387+
_See code: [src/commands/npm/release/validate.ts](https://github.com/salesforcecli/plugin-release-management/blob/v1.11.0/src/commands/npm/release/validate.ts)_
388388

389389
## `sfdx `
390390

@@ -429,7 +429,7 @@ EXAMPLES
429429
sfdx repositories --json | jq -r '.result[] | select(.name=="sfdx-core") | .packages[] | .url
430430
```
431431

432-
_See code: [src/commands/repositories/index.ts](https://github.com/salesforcecli/plugin-release-management/blob/v1.10.3/src/commands/repositories/index.ts)_
432+
_See code: [src/commands/repositories/index.ts](https://github.com/salesforcecli/plugin-release-management/blob/v1.11.0/src/commands/repositories/index.ts)_
433433

434434
## `sfdx trust:sign -s <string> -p <string> -k <string> [-t <string> | --tarpath <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
435435

@@ -464,7 +464,7 @@ OPTIONS
464464
specify the package tgz path to sign instead of generating one from the target package
465465
```
466466

467-
_See code: [src/commands/trust/sign.ts](https://github.com/salesforcecli/plugin-release-management/blob/v1.10.3/src/commands/trust/sign.ts)_
467+
_See code: [src/commands/trust/sign.ts](https://github.com/salesforcecli/plugin-release-management/blob/v1.11.0/src/commands/trust/sign.ts)_
468468

469469
## `sfdx trust:upload -f <string> -b <string> [-k <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
470470

@@ -489,7 +489,7 @@ OPTIONS
489489
this command invocation
490490
```
491491

492-
_See code: [src/commands/trust/upload.ts](https://github.com/salesforcecli/plugin-release-management/blob/v1.10.3/src/commands/trust/upload.ts)_
492+
_See code: [src/commands/trust/upload.ts](https://github.com/salesforcecli/plugin-release-management/blob/v1.11.0/src/commands/trust/upload.ts)_
493493

494494
## `sfdx typescript:update [-v <string>] [-t <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
495495

@@ -516,5 +516,5 @@ OPTIONS
516516
this command invocation
517517
```
518518

519-
_See code: [src/commands/typescript/update.ts](https://github.com/salesforcecli/plugin-release-management/blob/v1.10.3/src/commands/typescript/update.ts)_
519+
_See code: [src/commands/typescript/update.ts](https://github.com/salesforcecli/plugin-release-management/blob/v1.11.0/src/commands/typescript/update.ts)_
520520
<!-- commandsstop -->

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@salesforce/plugin-release-management",
33
"description": "A plugin for preparing and publishing npm packages",
4-
"version": "1.11.0",
4+
"version": "1.11.1",
55
"author": "Salesforce",
66
"bugs": "https://github.com/forcedotcom/cli/issues",
77
"bin": {

0 commit comments

Comments
 (0)