Skip to content

Commit dee85ff

Browse files
Update README with new debug log and package update info
1 parent b128387 commit dee85ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

releasenotes/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ These changes are in the Salesforce CLI release candidate. We plan to include th
3333

3434
* NEW: The debug log information outputted by the `--dev-debug` flag now includes the list of files that were ignored during a deployment or retrieval. This information is useful to debug your `.forceignore` file and understand exactly what's being ignored when you run `project deploy|retrieve start`. (GitHub Issue [#3345](https://github.com/forcedotcom/cli/issues/3345), source-deploy-retrieve PR [#1656](https://github.com/forcedotcom/source-deploy-retrieve/pull/1656))
3535

36-
* UPDATE: Use the existing `package update` command to set the recommended version of a package. When you set a package version as the recommended version, your subscribers see an **Upgrade to Recommended Version** option on the Installed Package page in their org. Only released package versions can be set as the recommended version. This example sets `[email protected] as` the recommended version.
36+
* UPDATE: Use the existing `package update` command to set the recommended version of a package. When you set a package version as the recommended version, your subscribers see an **Upgrade to Recommended Version** option on the Installed Packages page in their org. Only released package versions can be set as the recommended version. This example sets `[email protected] as` the recommended version.
3737

3838
```bash
3939
sf package update --package 0Ho.. --target-dev-hub [email protected] --recommended-version [email protected]

0 commit comments

Comments
 (0)