Skip to content

Commit 2cd6b2b

Browse files
committed
chore(release): 1.2.26 [skip ci]
1 parent 61d0ec8 commit 2cd6b2b

File tree

3 files changed

+12
-6
lines changed

3 files changed

+12
-6
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [1.2.26](https://github.com/salesforcecli/plugin-devops-center/compare/1.2.25...1.2.26) (2024-11-03)
2+
3+
### Bug Fixes
4+
5+
- **deps:** bump tslib from 2.8.0 to 2.8.1 ([6ed97a5](https://github.com/salesforcecli/plugin-devops-center/commit/6ed97a5ea282eac6b4a6569aa821d8b8f17291bd))
6+
17
## [1.2.25](https://github.com/salesforcecli/plugin-devops-center/compare/1.2.24...1.2.25) (2024-10-27)
28

39
### Bug Fixes

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ FLAG DESCRIPTIONS
133133
"sf project deploy pipeline report".
134134
```
135135

136-
_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)_
136+
_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)_
137137

138138
## `sf project deploy pipeline report`
139139

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

183-
_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)_
183+
_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)_
184184

185185
## `sf project deploy pipeline resume`
186186

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

248-
_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)_
248+
_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)_
249249

250250
## `sf project deploy pipeline start`
251251

@@ -343,7 +343,7 @@ FLAG DESCRIPTIONS
343343
"sf project deploy pipeline report".
344344
```
345345

346-
_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)_
346+
_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)_
347347

348348
## `sf project deploy pipeline validate`
349349

@@ -441,7 +441,7 @@ FLAG DESCRIPTIONS
441441
"sf project deploy pipeline report".
442442
```
443443

444-
_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)_
444+
_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)_
445445

446446
<!-- commandsstop -->
447447

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

0 commit comments

Comments
 (0)