Skip to content

Commit

Permalink
chore(release): 2.0.0 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
SF-CLI-BOT committed Jun 1, 2022
1 parent 4b08508 commit a0c4100
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [2.0.0](https://github.com/salesforcecli/plugin-community/compare/v1.1.5...v2.0.0) (2022-06-01)

### Bug Fixes

- fix bin cmds ([a6f65fc](https://github.com/salesforcecli/plugin-community/commit/a6f65fc1bd29175a25b00eeff3bd988d18adb91d))
- parking orbit changes ([2f7f93e](https://github.com/salesforcecli/plugin-community/commit/2f7f93e293dbb6e1926c64afab44b38a63ac88fe))

### [1.1.5](https://github.com/salesforcecli/plugin-community/compare/v1.1.4...v1.1.5) (2022-05-23)

### Bug Fixes
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ DESCRIPTION
AUTHENTICATED_WITH_PUBLIC_ACCESS. Name and values are case-sensitive. See 'ExperienceBundle' in the Metadata API
Developer Guide for more information.
When you execute this command, it creates the site in preview status, which means that it isnt yet live. After you
When you execute this command, it creates the site in preview status, which means that it isn't yet live. After you
finish building your site, you can make it live.
If you have an Experience Builder site, publish the site using the sfdx force:community:publish command to make it
Expand All @@ -138,7 +138,7 @@ EXAMPLES
templateParams.AuthenticationType=UNAUTHENTICATED
```

_See code: [src/commands/force/community/create.ts](https://github.com/salesforcecli/plugin-community/blob/v1.1.4/src/commands/force/community/create.ts)_
_See code: [src/commands/force/community/create.ts](https://github.com/salesforcecli/plugin-community/blob/v2.0.0/src/commands/force/community/create.ts)_

## `sfdx force:community:publish -n <string> [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`

Expand Down Expand Up @@ -166,7 +166,7 @@ OPTIONS
DESCRIPTION
Each time you publish it, you update the live site with the most recent updates.
When you publish an Experience Builder site for the first time, you make the sites URL live and enable login access
When you publish an Experience Builder site for the first time, you make the site's URL live and enable login access
for site members.
Additionally, to send a welcome email to all site members, you must activate the site. (Activation is also required to
Expand All @@ -183,7 +183,7 @@ EXAMPLE
$ sfdx force:community:publish --name 'My Customer Site'
```

_See code: [src/commands/force/community/publish.ts](https://github.com/salesforcecli/plugin-community/blob/v1.1.4/src/commands/force/community/publish.ts)_
_See code: [src/commands/force/community/publish.ts](https://github.com/salesforcecli/plugin-community/blob/v2.0.0/src/commands/force/community/publish.ts)_

## `sfdx force:community:template:list [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`

Expand Down Expand Up @@ -214,6 +214,6 @@ EXAMPLE
$ sfdx force:community:template:list
```

_See code: [src/commands/force/community/template/list.ts](https://github.com/salesforcecli/plugin-community/blob/v1.1.4/src/commands/force/community/template/list.ts)_
_See code: [src/commands/force/community/template/list.ts](https://github.com/salesforcecli/plugin-community/blob/v2.0.0/src/commands/force/community/template/list.ts)_

<!-- commandsstop -->

0 comments on commit a0c4100

Please sign in to comment.