Skip to content

Commit fbc13f1

Browse files
committed
chore(release): 1.2.18 [skip ci]
1 parent 7c26397 commit fbc13f1

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.18](https://github.com/salesforcecli/plugin-devops-center/compare/1.2.17...1.2.18) (2024-06-30)
2+
3+
### Bug Fixes
4+
5+
- **deps:** bump @salesforce/kit from 3.1.4 to 3.1.6 ([687cee3](https://github.com/salesforcecli/plugin-devops-center/commit/687cee30b022fa4e9693ba89da2dddb8c6e66637))
6+
17
## [1.2.17](https://github.com/salesforcecli/plugin-devops-center/compare/1.2.16...1.2.17) (2024-06-16)
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.17/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.18/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.17/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.18/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.17/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.18/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.17/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.18/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.17/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.18/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.17",
4+
"version": "1.2.18",
55
"author": "Salesforce",
66
"bugs": "https://github.com/forcedotcom/cli/issues",
77
"dependencies": {

0 commit comments

Comments
 (0)