From 26c2cae283eb0bb55a6d398f58aba759fe6ac0c7 Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Thu, 14 Mar 2024 13:01:36 +0000 Subject: [PATCH] chore(release): 1.2.9 [skip ci] --- CHANGELOG.md | 6 ++++++ README.md | 10 +++++----- package.json | 2 +- 3 files changed, 12 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 19ba619a..1eb4e62c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [1.2.9](https://github.com/salesforcecli/plugin-devops-center/compare/1.2.8...1.2.9) (2024-03-14) + +### Bug Fixes + +- remove `default` from wait flag ([#330](https://github.com/salesforcecli/plugin-devops-center/issues/330)) ([cfcba21](https://github.com/salesforcecli/plugin-devops-center/commit/cfcba2102840ae4713e552febd6f0310db12f75b)) + ## [1.2.8](https://github.com/salesforcecli/plugin-devops-center/compare/1.2.7...1.2.8) (2024-03-09) ### Bug Fixes diff --git a/README.md b/README.md index 0bb406f1..cc197ac0 100644 --- a/README.md +++ b/README.md @@ -131,7 +131,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.8/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.9/src/commands/project/deploy/pipeline/quick.ts)_ ## `sf project deploy pipeline report` @@ -175,7 +175,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.8/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.9/src/commands/project/deploy/pipeline/report.ts)_ ## `sf project deploy pipeline resume` @@ -237,7 +237,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.8/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.9/src/commands/project/deploy/pipeline/resume.ts)_ ## `sf project deploy pipeline start` @@ -333,7 +333,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.8/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.9/src/commands/project/deploy/pipeline/start.ts)_ ## `sf project deploy pipeline validate` @@ -429,7 +429,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.8/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.9/src/commands/project/deploy/pipeline/validate.ts)_ diff --git a/package.json b/package.json index 9cd29af6..714a69cc 100644 --- a/package.json +++ b/package.json @@ -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.8", + "version": "1.2.9", "author": "Salesforce", "bugs": "https://github.com/forcedotcom/cli/issues", "dependencies": {