Skip to content

Update _index.md #9317

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Apr 10, 2025
Merged
Changes from all commits
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
Original file line number Diff line number Diff line change
Expand Up @@ -217,8 +217,8 @@ To update content that has already been published, follow these steps:
3. You can edit all component details, as described in the [Adding New Marketplace Content](#adding) section above.
4. In the **Version** section of the **Package** page, update the **Major**, **Minor**, and **Patch** numbers so that the component is saved as a new version:

* **Major update** – a large change (which will save the component from version 5.0 to version 6.0, for example)
* **Minor update** – a medium-sized change (which will save the component from version 6.0.0 to version 6.1.0, for example)
* **Patch** – a small change (which will save the component from 6.1.0 to 6.1.1, for example)
* **Major update** – changes that break compatibility with earlier versions.
* **Minor update** – new features that do not break existing usage.
* **Patch** – a small change that fixes bugs or security issues.

5. On the **Publish** page, you can review all the details of your component you entered so far and edit as necessary (via the **Edit Section** button) before clicking **Publish Content**.