1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-06-14 01:16:17 +02:00

Update naming and document permissions

This commit is contained in:
melindafekete 2025-03-18 18:45:32 +01:00
parent db58b010ec
commit 2035600353
No known key found for this signature in database
3 changed files with 14 additions and 4 deletions

View File

@ -109,6 +109,14 @@ You can assign the following root permissions:
|-----------------|--------------------------------| |-----------------|--------------------------------|
| Create projects | Create [projects](./projects). | | Create projects | Create [projects](./projects). |
#### Release template permissions
| Permission Name | Description |
|-----------------|---------------------------|
| Create release plan template | Create [release template](./release-templates). |
| Update release plan template | Update [release template](./release-templates). |
| Delete release plan template | Delete [release template](./release-templates). |
#### Role permissions #### Role permissions
| Permission Name | Description | | Permission Name | Description |

View File

@ -1,5 +1,5 @@
--- ---
title: Release management title: Release templates
--- ---
:::note Availability :::note Availability
@ -13,7 +13,7 @@ title: Release management
We're currently gathering feedback for release templates and release plans. We're currently gathering feedback for release templates and release plans.
To provide feedback using the Admin UI, go to **Configure > Release management**, and click **Share your feedback**. To provide feedback using the Admin UI, go to **Configure > Release templates**, and click **Share your feedback**.
Future iterations of the feature may include: Future iterations of the feature may include:
- An overview of ongoing releases and currently running milestones - An overview of ongoing releases and currently running milestones
@ -48,9 +48,11 @@ An instance of a [release template](#release-template) applied to a specific fea
## Create a release template ## Create a release template
> Note: For this action, you must be an Admin or have a custom root rote with [release templates permissions](/reference/rbac#release-template-permissions).
To create a release template, do the following: To create a release template, do the following:
1. In the Admin UI, go to **Configure > Release management**, and click **New template**. 1. In the Admin UI, go to **Configure > Release templates**, and click **New template**.
2. Enter the template name and an optional description. 2. Enter the template name and an optional description.
3. For the first milestone, click **Add strategy**. 3. For the first milestone, click **Add strategy**.
4. Choose a strategy type and configure your [rollout percentage](/reference/activation-strategies#rollout-percentage), [targeting](/reference/activation-strategies#targeting), and [variants](/reference/strategy-variants). 4. Choose a strategy type and configure your [rollout percentage](/reference/activation-strategies#rollout-percentage), [targeting](/reference/activation-strategies#targeting), and [variants](/reference/strategy-variants).

View File

@ -379,7 +379,7 @@ const sidebars: SidebarsConfig = {
'reference/segments', 'reference/segments',
'reference/unleash-context', 'reference/unleash-context',
'reference/stickiness', 'reference/stickiness',
'reference/release-management', 'reference/release-templates',
], ],
}, },
{ {