Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/module/patternfly-docs/content/examples/basic.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,4 @@ The following example demonstrates how to use the `async` function to send data
To customize the content displayed in the feedback modal, pass in a custom `i18n` object with values for each property of`<FeedbackModal>`. This allows you to prepare a modal for different languages and requirements.
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
To customize the content displayed in the feedback modal, pass in a custom `i18n` object with values for each property of`<FeedbackModal>`. This allows you to prepare a modal for different languages and requirements.
To customize the content displayed in the feedback modal, pass in a custom `i18n` object with values for each property of `<FeedbackModal>`. This allows you to prepare a modal for different languages and requirements.

Just noticed there is a space missing here, so maybe this can be the whitespace change needed to trigger a release? Also I'm not sure if this repo uses semantic release messages, but if it does chore() will not initiate a release. fix() will issue a patch release (eg 1.2.3 -> 1.2.4) and feat() will issue a minor/feature release (eg 1.2.3 -> 1.3.0)

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It does use semantic release. Can you update the git commit to use fix: Other then @mcoker comment. lgtm. Thanks @parthivrh

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mcoker @dlabaj this is one of the repos where I have some custom release rules in the semantic release config file so chore(ci-release) should issue a patch release.

This is semantic-release though so anything is possible.

```js file="./i18n.tsx"

```
```