Skip to content

Commit

Permalink
chore(release): 1.2.26 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
svc-cli-bot committed Nov 3, 2024
1 parent 61d0ec8 commit 2cd6b2b
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [1.2.26](https://github.com/salesforcecli/plugin-devops-center/compare/1.2.25...1.2.26) (2024-11-03)

### Bug Fixes

- **deps:** bump tslib from 2.8.0 to 2.8.1 ([6ed97a5](https://github.com/salesforcecli/plugin-devops-center/commit/6ed97a5ea282eac6b4a6569aa821d8b8f17291bd))

## [1.2.25](https://github.com/salesforcecli/plugin-devops-center/compare/1.2.24...1.2.25) (2024-10-27)

### Bug Fixes
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ FLAG DESCRIPTIONS
"sf project deploy pipeline report".
```

_See code: [src/commands/project/deploy/pipeline/quick.ts](https://github.com/salesforcecli/plugin-devops-center/blob/1.2.25/src/commands/project/deploy/pipeline/quick.ts)_
_See code: [src/commands/project/deploy/pipeline/quick.ts](https://github.com/salesforcecli/plugin-devops-center/blob/1.2.26/src/commands/project/deploy/pipeline/quick.ts)_

## `sf project deploy pipeline report`

Expand Down Expand Up @@ -180,7 +180,7 @@ FLAG DESCRIPTIONS
your most recent operation was longer than 3 days ago, this flag won't find the job ID.
```

_See code: [src/commands/project/deploy/pipeline/report.ts](https://github.com/salesforcecli/plugin-devops-center/blob/1.2.25/src/commands/project/deploy/pipeline/report.ts)_
_See code: [src/commands/project/deploy/pipeline/report.ts](https://github.com/salesforcecli/plugin-devops-center/blob/1.2.26/src/commands/project/deploy/pipeline/report.ts)_

## `sf project deploy pipeline resume`

Expand Down Expand Up @@ -245,7 +245,7 @@ FLAG DESCRIPTIONS
returns the job ID. To check the status of the operation, run "sf project deploy pipeline report".
```

_See code: [src/commands/project/deploy/pipeline/resume.ts](https://github.com/salesforcecli/plugin-devops-center/blob/1.2.25/src/commands/project/deploy/pipeline/resume.ts)_
_See code: [src/commands/project/deploy/pipeline/resume.ts](https://github.com/salesforcecli/plugin-devops-center/blob/1.2.26/src/commands/project/deploy/pipeline/resume.ts)_

## `sf project deploy pipeline start`

Expand Down Expand Up @@ -343,7 +343,7 @@ FLAG DESCRIPTIONS
"sf project deploy pipeline report".
```

_See code: [src/commands/project/deploy/pipeline/start.ts](https://github.com/salesforcecli/plugin-devops-center/blob/1.2.25/src/commands/project/deploy/pipeline/start.ts)_
_See code: [src/commands/project/deploy/pipeline/start.ts](https://github.com/salesforcecli/plugin-devops-center/blob/1.2.26/src/commands/project/deploy/pipeline/start.ts)_

## `sf project deploy pipeline validate`

Expand Down Expand Up @@ -441,7 +441,7 @@ FLAG DESCRIPTIONS
"sf project deploy pipeline report".
```

_See code: [src/commands/project/deploy/pipeline/validate.ts](https://github.com/salesforcecli/plugin-devops-center/blob/1.2.25/src/commands/project/deploy/pipeline/validate.ts)_
_See code: [src/commands/project/deploy/pipeline/validate.ts](https://github.com/salesforcecli/plugin-devops-center/blob/1.2.26/src/commands/project/deploy/pipeline/validate.ts)_

<!-- commandsstop -->

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": "@salesforce/plugin-devops-center",
"description": "The DevOps Center CLI plugin provides a command-line alternative to performing equivalent actions in the DevOps Center graphical UI",
"version": "1.2.25",
"version": "1.2.26",
"author": "Salesforce",
"bugs": "https://github.com/forcedotcom/cli/issues",
"dependencies": {
Expand Down

0 comments on commit 2cd6b2b

Please sign in to comment.