Skip to content

Commit

Permalink
test to verify connection (#593)
Browse files Browse the repository at this point in the history
  • Loading branch information
lbadenhop authored Jan 20, 2025
1 parent 9478209 commit 3449bd9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ axway central apply -f product-updated.json

To release a product, you must create a release tag for the product. The Product Foundry enforces sematic versioning, so when you create a release tag you must specify whether it is a major, minor or patch update. The Amplify platform will automatically calculate the semantic version based on the historic release version that has been applied. You can select how the release version number is incremented by selected one of the following values: `major`, `minor`, or `patch` for the `releaseType` field in the `ReleaseTag`. If you the current version number is 1.0.1 then the version will become the following:

| Value provided | Result | Used when
| Value provided | Result | Used when |
| ----------- | ----------- | ----------- |
|major|2.0.1|Breaking changes introduced in the product for API Consumers |
|minor|1.1.1| New feature introduced to the product which does not break existing capabilities being consumed by API Consumers |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ View and filter the product ratings.
## Before you start

* You must have a user account with Catalog Manager rights to view the product.
* **Ratings & Reviews** must be enable for the Marketplace. Refer to [Marketpalce settings](/docs/manage_marketplace/customize_marketplace/marketplace_ratings_reviews)
* **Ratings & Reviews** must be enable for the Marketplace. Refer to [Marketplace settings](/docs/manage_marketplace/customize_marketplace/marketplace_ratings_reviews)

## Objectives

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ The product specific categories have two types of visibility:
* Private: Visible in the Product Foundry only.
* Public: Visible in both the Product Foundry and the Marketplace.

Additionally, the product category can be organized into a hierarchy (up to threee levels), where a parent can be set to a category. Once a category is assigned to a parent, its visibility or ownership can no longer be changed; it will follow the definition of its parent. The Category listing shows the Parent of each category (if it exists), as well as the number of its children.
Additionally, the product category can be organized into a hierarchy (up to three levels), where a parent can be set to a category. Once a category is assigned to a parent, its visibility or ownership can no longer be changed; it will follow the definition of its parent. The Category listing shows the Parent of each category (if it exists), as well as the number of its children.

A public category can be set to **Featured** by providers to highlight and advertise the category and the associated products on the Marketplace home page. In this case, a category image is required and provides greater visibility. The maximum number of featured categories is **five**.

Expand Down Expand Up @@ -77,7 +77,7 @@ If the product is already published to a Marketplace, the change of category wil
3. Click **+ Add New Category** to start the category creation wizard:

* Category Profile page: Enter the category definition (Name, Parent, Description, and an optional image). The category logical name will be computed based on the category name.
* When associating a parent, the Access rights and Marketplace association are disabled because the children category automatically follows its parent rights and visiblity.
* When associating a parent, the Access rights and Marketplace association are disabled because the children category automatically follows its parent rights and visibility.
* Product Association page: Assign/unassign product to this category.
* Access rights: Assign/unassign who manages/views the category.
* Marketplace association page: Assign/unassign all Marketplaces, or specific Marketplaces, where this category will be visible and/or featured.
Expand Down

0 comments on commit 3449bd9

Please sign in to comment.