Skip to content

Commit 1f2a9fd

Browse files
pwizlamarkkaylor
andauthored
Updates to the Releases feature for the beta release (#1971)
* Mention grouping * Update badge * Update docusaurus/docs/user-docs/releases/introduction.md * chore: update screenshot and add callout for beta version (#1972) * Move beta callout to grouping section * Update docusaurus/docs/user-docs/releases/managing-a-release.md Co-authored-by: markkaylor <[email protected]> * Update docusaurus/docs/user-docs/releases/managing-a-release.md --------- Co-authored-by: markkaylor <[email protected]>
1 parent 4e2a9e4 commit 1f2a9fd

File tree

6 files changed

+12
-10
lines changed

6 files changed

+12
-10
lines changed

docusaurus/docs/user-docs/content-manager/adding-content-to-releases.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Instructions to include content in a release
44
displayed_sidebar: userDocsSidebar
55
---
66

7-
# Including content in a release <EnterpriseBadge /> <CloudTeamBadge /> <FutureBadge /> <AlphaBadge />
7+
# Including content in a release <EnterpriseBadge /> <CloudTeamBadge /> <FutureBadge /> <BetaBadge />
88

99
Using the [Releases](/user-docs/releases/introduction) feature, you can group several entries to publish them altogether. Adding entries to a release is done from the Content Manager. You can also remove an entry from a release while updating the entry.
1010

docusaurus/docs/user-docs/releases/creating-a-release.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Creating a release
33
description: Instructions to create a release from the admin panel
44
---
55

6-
# Creating a release <EnterpriseBadge /> <CloudTeamBadge /> <FutureBadge /> <AlphaBadge />
6+
# Creating a release <EnterpriseBadge /> <CloudTeamBadge /> <FutureBadge /> <BetaBadge />
77

88
The [Releases](/user-docs/releases/introduction) page allows creating new releases that will be used to organize entries.
99

docusaurus/docs/user-docs/releases/introduction.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,10 @@ title: Introduction to Releases
33
description: Introduction to the Releases feature that enables content managers to organize entries to publish/unpublish simultaneously
44
---
55

6-
# Releases <EnterpriseBadge /> <CloudTeamBadge/> <FutureBadge /> <AlphaBadge/>
6+
# Releases <EnterpriseBadge /> <CloudTeamBadge/> <FutureBadge /> <BetaBadge/>
77

88
Releases enables content managers to organize entries into containers that can perform publish and unpublish actions simultaneously. A release can contain entries from different content types and can mix locales.
9-
<!-- TODO: comment out once it's available — grouping is not available with the alpha release -->
10-
<!-- Entries can be grouped by content type or locale, facilitating review and editing before publication. -->
9+
1110

1211
Releases is currently only available as an experimental feature. To enable it, set the appropriate future flag. See <a href="/dev-docs/configurations/features">future flags</a> documentation for instructions on how to enable a future flag.
1312

docusaurus/docs/user-docs/releases/managing-a-release.md

+8-5
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ title: Managing a release
33
description: Instructions on how to manage a Release from the admin panel
44
---
55

6-
# Managing a release <EnterpriseBadge /> <CloudTeamBadge /> <FutureBadge /> <AlphaBadge />
6+
7+
# Managing a release <EnterpriseBadge /> <CloudTeamBadge /> <FutureBadge /> <BetaBadge />
78

89
Adding entries to a [release](/user-docs/releases/introduction) allow viewing them altogether on a single page.
910

@@ -35,12 +36,14 @@ You can rename a release. To do so, while on a release page:
3536
3. In the modal, change the name of the release in the _Name_ field.
3637
4. Click **Continue** to save the change.
3738

38-
<!-- TODO: re-add when implemented -->
39-
<!-- ## Choose how entries are grouped
39+
## Choose how entries are grouped
4040

41-
A release page can display entries either grouped by locales or by content-type. To change how entries are grouped, click the **Group by …** dropdown and select an option from the list. -->
41+
:::callout 🚧 Beta feature
42+
Use the following command to install the latest version of this feature:
43+
`npx create-strapi-app@beta`
44+
:::
4245

43-
<!-- TODO: add screenshot? -->
46+
A release page can display entries either grouped by locale, content-type, or action (publish or unpublish). To change how entries are grouped, click the **Group by …** dropdown and select an option from the list.
4447

4548
## Publish or unpublish entries
4649

Loading
Loading

0 commit comments

Comments
 (0)