Skip to content

Commit 6d726e7

Browse files
committed
chore(release): 1.2.20 [skip ci]
1 parent 691211e commit 6d726e7

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.20](https://github.com/salesforcecli/plugin-devops-center/compare/1.2.19...1.2.20) (2024-08-11)
2+
3+
### Bug Fixes
4+
5+
- **deps:** bump @oclif/core from 3.26.6 to 3.27.0 ([b8a9b08](https://github.com/salesforcecli/plugin-devops-center/commit/b8a9b08c55ed2c9457a8a09a13ba60d22284ccbd))
6+
17
## [1.2.19](https://github.com/salesforcecli/plugin-devops-center/compare/1.2.18...1.2.19) (2024-08-04)
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.19/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.20/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.19/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.20/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.19/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.20/src/commands/project/deploy/pipeline/resume.ts)_
249249

250250
## `sf project deploy pipeline start`
251251

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

347-
_See code: [src/commands/project/deploy/pipeline/start.ts](https://github.com/salesforcecli/plugin-devops-center/blob/1.2.19/src/commands/project/deploy/pipeline/start.ts)_
347+
_See code: [src/commands/project/deploy/pipeline/start.ts](https://github.com/salesforcecli/plugin-devops-center/blob/1.2.20/src/commands/project/deploy/pipeline/start.ts)_
348348

349349
## `sf project deploy pipeline validate`
350350

@@ -443,7 +443,7 @@ FLAG DESCRIPTIONS
443443
"sf project deploy pipeline report".
444444
```
445445

446-
_See code: [src/commands/project/deploy/pipeline/validate.ts](https://github.com/salesforcecli/plugin-devops-center/blob/1.2.19/src/commands/project/deploy/pipeline/validate.ts)_
446+
_See code: [src/commands/project/deploy/pipeline/validate.ts](https://github.com/salesforcecli/plugin-devops-center/blob/1.2.20/src/commands/project/deploy/pipeline/validate.ts)_
447447

448448
<!-- commandsstop -->
449449

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.19",
4+
"version": "1.2.20",
55
"author": "Salesforce",
66
"bugs": "https://github.com/forcedotcom/cli/issues",
77
"dependencies": {

0 commit comments

Comments
 (0)